From 8d6b1c62304ba44f6ad316612e41999b19b60ea0 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Wed, 1 Nov 2023 00:31:14 +0500 Subject: [PATCH] build: capturing new migrations. --- .github/workflows/capture_new_migrations.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index 45cdeb0c00d5..a8b2cb9c067d 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -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