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 Oct 31, 2023
1 parent a48e7c1 commit 8d6b1c6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/capture_new_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,12 @@ jobs:
echo "new_migrations=$result" >> $GITHUB_ENV
shell: bash

# - name: Comment PR
# uses: thollander/actions-comment-pull-request@v2
# with:
# message: |
# Few migraions added on your
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# shell: bash
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
New migrations added "${{ env.SECOND_QUERY }}".
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 8d6b1c6

Please sign in to comment.