We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eea06f commit 1d16c5bCopy full SHA for 1d16c5b
1 file changed
.github/workflows/docs.yml
@@ -96,7 +96,7 @@ jobs:
96
97
- name: Comment PR with preview URL
98
if: github.ref != 'refs/heads/main' && steps.smokeshow.outputs.preview_url != '' && steps.find-pr.outputs.pr_number != ''
99
- uses: marocchino/sticky-pull-request-comment@v2
+ uses: marocchino/sticky-pull-request-comment@v3
100
with:
101
header: docs-preview
102
number: ${{ steps.find-pr.outputs.pr_number }}
0 commit comments