Skip to content

Commit

Permalink
chore(ci): update create-pull-request, add id (#274)
Browse files Browse the repository at this point in the history
update create-pull-request, add id
  • Loading branch information
lerouxb authored Mar 27, 2024
1 parent a417b6b commit 4924cea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
commit-message: 'chore(ci): bump packages'
branch: ci/bump-packages
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update-cidrs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
run: npm run -w packages/mongodb-cloud-info update-cidrs

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
id: cpr
uses: peter-evans/create-pull-request@v6
with:
commit-message: Update report
branch: ci/update-cidrs
Expand Down

0 comments on commit 4924cea

Please sign in to comment.