diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index 3b2322714..681f15adf 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -28,6 +28,6 @@ jobs: echo "🌿 Preview your docs: $URL" > preview_url.txt - name: Comment URL in PR - uses: thollander/actions-comment-pull-request@v3.0.0 + uses: thollander/actions-comment-pull-request@v3.0.1 with: filePath: preview_url.txt