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 2727 ref : ${{ inputs.ref }}
2828
2929 - name : Set up PHP
30- uses : shivammathur /setup-php@v2
30+ uses : codesnippetspro /setup-php@v2
3131 with :
3232 php-version : " 8.3"
3333
Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Comment
1515 id : comment
16- uses : peter-evans /create-or-update-comment@v4
16+ uses : codesnippetspro /create-or-update-comment@v4
1717 with :
1818 issue-number : ${{ github.event.pull_request.number }}
1919 body : |
3131 steps :
3232 - name : Publish comment
3333 if : ${{ needs.install.outputs.artifact_name && needs.install.outputs.artifact_url }}
34- uses : peter-evans /create-or-update-comment@v4
34+ uses : codesnippetspro /create-or-update-comment@v4
3535 with :
3636 edit-mode : replace
3737 comment-id : ${{ needs.comment.outputs.comment_id }}
You can’t perform that action at this time.
0 commit comments