diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index 85a0f9193a04..ebe222062da1 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -204,8 +204,9 @@ jobs: uses: thollander/actions-comment-pull-request@v2 with: message: | - Few migraions added on your PR ${{ env.new_migrations }}. + Few migraions added on your PR ${{ env.new_migrations }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + shell: bash # This job aggregates test results. It's the required check for branch protection. # https://github.com/marketplace/actions/alls-green#why