From 986185bbc481fd151c6940add13c487e3c86f020 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Tue, 22 Jul 2025 21:05:10 +0100 Subject: [PATCH] Bump the comment action and adjust for breaking changes --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4f394180..c4916437 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -184,11 +184,11 @@ jobs: } > ./comment.md - name: Post diff to PR - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 if: always() with: - comment_tag: build-diff - filePath: ./comment.md + comment-tag: build-diff + file-path: ./comment.md deploy: name: Deploy to GitHub Pages