File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 private-key : ${{ secrets.OTELBOT_PRIVATE_KEY }}
3434
3535 - name : Create Pull Request
36- uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0 .0
36+ uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1 .0
3737 with :
3838 # not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
3939 token : ${{ steps.otelbot-token.outputs.token }}
Original file line number Diff line number Diff line change 5353
5454 - name : Create Pull Request
5555 if : steps.changes.outputs.has_changes == 'true' && github.event.inputs.create_pr == 'true'
56- uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0 .0
56+ uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1 .0
5757 with :
5858 # not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
5959 token : ${{ steps.otelbot-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments