Skip to content

Commit

Permalink
build: capturing new migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Nov 1, 2023
1 parent 8bb6649 commit 4e45a2a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/capture_new_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,17 @@ jobs:
# formatted_data=$(echo "$data" | tr '\t' ' ')
# echo "$data" > multi_line_data.txt
# echo "echo $data"
# echo "CUSTOM_MESSAGE=$formatted_data" >> $GITHUB_ENV
echo "CUSTOM_MESSAGE=$data" >> $GITHUB_ENV
# echo "$formatted_data" > multi_line_data.txt
shell: bash
#
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
${{ env.CUSTOM_MESSAGE }}
# filePath: multi_line_data.txt
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# This job aggregates test results. It's the required check for branch protection.
# https://github.com/marketplace/actions/alls-green#why
Expand Down

0 comments on commit 4e45a2a

Please sign in to comment.