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 fd277c3 commit 8b0db02Copy full SHA for 8b0db02
.github/workflows/cron-tasks.yml
@@ -64,7 +64,8 @@ jobs:
64
git commit --no-allow-empty -m "chore: update evergreen config" || true
65
66
- name: Create pull request
67
- uses: peter-evans/create-pull-request@v4
+ id: cpr
68
+ uses: peter-evans/create-pull-request@v6
69
with:
70
commit-message: Update auto-generated files
71
branch: ci/cron-tasks-update-files
.github/workflows/update-node-js.yaml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Create Pull Request
45
id: cpr
46
47
48
token: ${{ secrets.GITHUB_TOKEN }}
49
commit-message: 'chore: update node.js'
0 commit comments