We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcfb33 commit 935fbb8Copy full SHA for 935fbb8
action.yml
@@ -72,7 +72,7 @@ runs:
72
- name: Create Pull Request
73
id: create-pr
74
if: inputs.create-pr == 'true' && steps.check.outputs.updates-available == 'true'
75
- uses: peter-evans/create-pull-request@v7.0.8
+ uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
76
with:
77
token: ${{ inputs.github-token }}
78
branch: ${{ inputs.pr-branch }}
0 commit comments