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 cb99877 commit c4811ddCopy full SHA for c4811dd
.github/workflows/auto-update.yml
@@ -46,7 +46,7 @@ jobs:
46
git push origin "auto-pr-branch" || echo "Branch already exists"
47
48
- name: Create Pull Request
49
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v7
50
with:
51
token: ${{ secrets.GITHUB_TOKEN }}
52
branch: "auto-pr-branch"
0 commit comments