Skip to content

Commit 986185b

Browse files
committed
Bump the comment action and adjust for breaking changes
1 parent 19f909c commit 986185b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ jobs:
184184
} > ./comment.md
185185
186186
- name: Post diff to PR
187-
uses: thollander/actions-comment-pull-request@v2
187+
uses: thollander/actions-comment-pull-request@v3
188188
if: always()
189189
with:
190-
comment_tag: build-diff
191-
filePath: ./comment.md
190+
comment-tag: build-diff
191+
file-path: ./comment.md
192192

193193
deploy:
194194
name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)