Apply suggestions from code review

Co-authored-by: Nick Schonning <nschonni@gmail.com>
This commit is contained in:
Simen Bekkhus 2022-03-21 08:39:53 +01:00 committed by GitHub
parent 64779cd47c
commit 8eef34c04f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
branch: update-branch
base: main
commit-message: "Update to ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
title: "Update to ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
commit-message: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
title: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
delete-branch: true
team-reviewers: |
@nodejs/docker