Skip to content

Commit a97f8d4

Browse files
committed
build: capturing new migrations.
1 parent 4694586 commit a97f8d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/capture_new_migrations.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,7 @@ jobs:
203203

204204
- name: Comment PR
205205
uses: thollander/actions-comment-pull-request@v2
206-
with:
207-
with:
208-
filePath: /path/to/file.txt
206+
filePath: multi_line_data.txt
209207
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
210208

211209
# This job aggregates test results. It's the required check for branch protection.

0 commit comments

Comments
 (0)