We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5372db0 + 4f00bf2 commit d1d3fa9Copy full SHA for d1d3fa9
.github/workflows/automatic-updates.yml
@@ -27,7 +27,7 @@ jobs:
27
token: ${{ secrets.GITHUB_TOKEN }}
28
branch: update-branch
29
base: main
30
- commit-message: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
+ commit-message: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersionsString }}"
31
title: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersionsString }}"
32
delete-branch: true
33
team-reviewers: |
0 commit comments