We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9890f22 commit f72befcCopy full SHA for f72befc
.github/workflows/adev-preview-deploy.yml
@@ -63,6 +63,7 @@ jobs:
63
uses: peter-evans/create-or-update-comment@v4
64
with:
65
token: ${{ secrets.GITHUB_TOKEN }}
66
+ issue-number: ${{ steps.pr-number.outputs.value }}
67
comment-id: ${{ steps.find-comment.outputs.comment-id }}
68
edit-mode: replace
69
body: |
0 commit comments