Skip to content

Commit

Permalink
update create-pull-request, add id (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb authored Mar 27, 2024
1 parent fd277c3 commit 8b0db02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cron-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
git commit --no-allow-empty -m "chore: update evergreen config" || true
- name: Create pull request
uses: peter-evans/create-pull-request@v4
id: cpr
uses: peter-evans/create-pull-request@v6
with:
commit-message: Update auto-generated files
branch: ci/cron-tasks-update-files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-node-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'chore: update node.js'
Expand Down

0 comments on commit 8b0db02

Please sign in to comment.