From 85ad6e389ca400773f6f760f19fd43df6e945f89 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Wed, 1 Nov 2023 13:51:57 +0500 Subject: [PATCH] build: capturing new migrations. --- .github/workflows/capture_new_migrations.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.