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 }}