From 884ea606f8c6fe08f8341a040195345672102eb6 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Wed, 1 Nov 2023 13:10:51 +0500 Subject: [PATCH] build: capturing new migrations. --- .github/workflows/capture_new_migrations.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index 196396be388f..02d6998ec7a3 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -186,8 +186,7 @@ jobs: - name: Comment PR uses: thollander/actions-comment-pull-request@v2 with: - message: | - ${{ env.CUSTOM_MESSAGE }} + message: ${{ env.CUSTOM_MESSAGE }} # filePath: multi_line_data.txt GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}