Skip to content

Commit 4f00bf2

Browse files
committed
chore: update formatting of commit message as well
1 parent 5372db0 commit 4f00bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automatic-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
branch: update-branch
2929
base: main
30-
commit-message: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
30+
commit-message: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersionsString }}"
3131
title: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersionsString }}"
3232
delete-branch: true
3333
team-reviewers: |

0 commit comments

Comments
 (0)