Skip to content

Commit 8eef34c

Browse files
SimenBnschonni
andauthored
Apply suggestions from code review
Co-authored-by: Nick Schonning <[email protected]>
1 parent 64779cd commit 8eef34c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/automatic-updates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
branch: update-branch
2929
base: main
30-
commit-message: "Update to ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
31-
title: "Update to ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
30+
commit-message: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
31+
title: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
3232
delete-branch: true
3333
team-reviewers: |
3434
@nodejs/docker

0 commit comments

Comments
 (0)