File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3838 - if : failure()
3939 name : Notify failure
40- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
40+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
4141 with :
4242 token : ${{ secrets.GITHUB_TOKEN }}
4343 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
4646 "release command failed: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
4747 - if : success()
4848 name : Notify success
49- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
49+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
5050 with :
5151 token : ${{ secrets.GITHUB_TOKEN }}
5252 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
Original file line number Diff line number Diff line change 8282 name : Create URL to the run output
8383 run : echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> "$GITHUB_OUTPUT"
8484 - name : Update with Result
85- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
85+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
8686 with :
8787 body : " Please view the PR build: ${{ steps.run-url.outputs.run-url }}"
8888 issue-number : ${{ github.event.client_payload.github.payload.issue.number }}
You can’t perform that action at this time.
0 commit comments