Skip to content

Commit

Permalink
[skip ci] fixed the update comment was using the wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
maforget committed Jul 22, 2024
1 parent 254ae06 commit bc7adbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-comment-artifact-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ jobs:
HEAD_SHA: "${{ github.event.workflow_run.head_sha }}"
uses: peter-evans/create-or-update-comment@v4
with:
# issue-number: ${{ env.PR_NUMBER }} # empty from a forked repo
issue-number: ${{ env.PR_ID }}
issue-number: ${{ env.PR_NUMBER }}
comment-id: ${{ steps.find-comment.outputs.comment-id }}
edit-mode: replace
body: |-
Expand Down

0 comments on commit bc7adbd

Please sign in to comment.