We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efffd4 commit c2dfc13Copy full SHA for c2dfc13
.github/workflows/update-input-docs.yml
@@ -54,7 +54,7 @@ jobs:
54
- if: inputs.create_pr || github.event_name == 'schedule'
55
name: Create pull request (if changes)
56
id: pr
57
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
+ uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
58
with:
59
author: "${{ steps.gpg.outputs.name }} <${{ steps.gpg.outputs.email }}>"
60
committer: "${{ steps.gpg.outputs.name }} <${{ steps.gpg.outputs.email }}>"
0 commit comments