From a97f8d44b04c91de7158c03d30b0e745d329e1f9 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Wed, 1 Nov 2023 12:28:24 +0500 Subject: [PATCH] build: capturing new migrations. --- .github/workflows/capture_new_migrations.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index 51cf3f79321e..46304f27b3c0 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -203,9 +203,7 @@ jobs: - name: Comment PR uses: thollander/actions-comment-pull-request@v2 - with: - with: - filePath: /path/to/file.txt + filePath: multi_line_data.txt GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This job aggregates test results. It's the required check for branch protection.