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 a6b0024 + 44ff270 commit 25222fcCopy full SHA for 25222fc
.github/workflows/update-cacert.yml
@@ -86,7 +86,7 @@ jobs:
86
run: echo "DATE=$(/bin/date -u "+%F")" >> $GITHUB_OUTPUT
87
88
- name: Create pull request
89
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v6
90
with:
91
base: ${{ steps.branches.outputs.BASE }}
92
branch: ${{ steps.branches.outputs.PR_BRANCH }}
.github/workflows/update-website.yml
@@ -165,7 +165,7 @@ jobs:
165
run: git status -vv --untracked=all
166
167
168
169
170
base: gh-pages
171
branch: feature/auto-ghpages-update-${{ steps.get_pr_info.outputs.REF }}
0 commit comments