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 1fff3cd + de38f54 commit 93a589fCopy full SHA for 93a589f
.github/workflows/respec.yaml
@@ -49,7 +49,7 @@ jobs:
49
run: scripts/md2html/build.sh
50
51
- name: Create Pull Request
52
- uses: peter-evans/create-pull-request@v7
+ uses: peter-evans/create-pull-request@v8
53
with:
54
token: ${{ steps.generate-token.outputs.token }}
55
branch: openapi-spec-versions
.github/workflows/schema-publish.yaml
@@ -52,7 +52,7 @@ jobs:
run: scripts/schema-publish.sh
56
57
58
branch: openapi-${{ github.ref_name }}-schema-iterations
0 commit comments