We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fafef9 commit e67d48cCopy full SHA for e67d48c
1 file changed
.github/actions/create-pr/action.yml
@@ -14,7 +14,7 @@ runs:
14
steps:
15
- name: Create Pull Request
16
id: create-pr
17
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v8
18
with:
19
path: ${{ inputs.path }}
20
token: ${{ inputs.token }}
0 commit comments