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 cb49a6f commit 2d6ad5eCopy full SHA for 2d6ad5e
2 files changed
.github/workflows/pr.yml
@@ -58,7 +58,7 @@ jobs:
58
with:
59
run: node ./bin/pr.js
60
- name: Create pull request
61
- uses: peter-evans/create-pull-request@v8
+ uses: peter-evans/create-pull-request@v7
62
id: cpr
63
64
branch: release
.github/workflows/sponsors.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "$CONTENT"
45
46
if: ${{ steps.sponsors.outputs.changed == 'true'}}
47
48
49
50
branch: sponsors
0 commit comments