diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index 5b11854..7474980 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -37,8 +37,8 @@ jobs: - name: Comment URL in PR if: github.event_name == 'pull_request' - uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 #v2.4.3 + uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b #v3.0.1 with: - filePath: preview_url.txt - comment_tag: preview-docs + file-path: preview_url.txt + comment-tag: preview-docs mode: upsert