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 c08bb20 + 6cecc43 commit a717c90Copy full SHA for a717c90
.github/workflows/update_coc.yml
@@ -41,7 +41,7 @@ jobs:
41
# Create a pull request to merge the changes into the main branch
42
- name: Create Pull Request
43
if: steps.check_changes.outputs.changed == 'true'
44
- uses: peter-evans/create-pull-request@v7
+ uses: peter-evans/create-pull-request@v8
45
with:
46
token: ${{ secrets.GITHUB_TOKEN }}
47
branch: bot-update-coc
0 commit comments