diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index 416f023c4f11..b56325f77d78 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -182,7 +182,7 @@ jobs: - name: Comment PR uses: thollander/actions-comment-pull-request@v2 with: - message: "Testing" + message: $(cat cleaned_data.txt) GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This job aggregates test results. It's the required check for branch protection.