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