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.
1 parent 4e9d2b3 commit bd8ac76Copy full SHA for bd8ac76
.github/workflows/convert-examples-to-json.yaml
@@ -40,7 +40,7 @@ jobs:
40
git --no-pager -c color.diff=always diff --staged
41
42
- name: Create Pull Request
43
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v7
44
with:
45
token: ${{ secrets.GITHUB_TOKEN }}
46
branch: update-json-examples
.github/workflows/respec.yaml
@@ -41,7 +41,7 @@ jobs:
run: scripts/md2html/build.sh
- uses: peter-evans/create-pull-request@v6
47
branch: update-respec-version
0 commit comments