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