Skip to content

Commit d1d3fa9

Browse files
authored
Merge pull request #1681 from SimenB/fix-formatting-v2
2 parents 5372db0 + 4f00bf2 commit d1d3fa9

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)