We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f035dff + 5afb1b4 commit 518ef7fCopy full SHA for 518ef7f
etc/workflow-skeleton/generate-{{ path }}.yaml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
make generate-client {{ path }}
66
- name: Create Pull Request
67
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
68
with:
69
branch: "{{ path }}/from-{{ "${{ steps.look-current-up-spec-version.outputs.result }}" }}-{{ "${{ steps.spec-hash.outputs.current }}" }}-from-{{ "${{ steps.look-previous-up-spec-version.outputs.result }}" }}-{{ "${{ steps.spec-hash.outputs.current }}" }}"
70
token: {{ "${{ secrets.SUBSPLIT_GITHUB_TOKEN }}" }}
0 commit comments