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 3838 echo ::set-output name=body::$body
3939
4040 - name : Create comment
41- uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
41+ uses : peter-evans/create-or-update-comment@cf911f109bd9a26f1d626a8c3276384ddec0e552
4242 with :
4343 issue-number : ${{ github.event.pull_request.number }}
4444 body : " ${{ steps.parse-comment-template-into-gh-output.outputs.body }}"
Original file line number Diff line number Diff line change 2626
2727 - name : Add π Reaction
2828 if : always() && steps.rebase.outputs.rebased-count == 1
29- uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
29+ uses : peter-evans/create-or-update-comment@cf911f109bd9a26f1d626a8c3276384ddec0e552
3030 with :
3131 token : ${{ secrets.GITHUB_TOKEN }}
3232 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
3535
3636 - name : Add π Reaction
3737 if : always() && steps.rebase.outputs.rebased-count != 1
38- uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
38+ uses : peter-evans/create-or-update-comment@cf911f109bd9a26f1d626a8c3276384ddec0e552
3939 with :
4040 token : ${{ secrets.GITHUB_TOKEN }}
4141 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
You canβt perform that action at this time.
0 commit comments