Skip to content

Commit

Permalink
fix: removed matrix id
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Apr 21, 2023
1 parent e1dd790 commit f912fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
with:
author: Node.js GitHub Bot <github-bot@iojs.org>
body: This is an automated update of ${{ matrix.id }} to ${{ env.NEW_VERSION }}.
body: This is an automated update of v8 to ${{ env.NEW_VERSION }}.
branch: actions/update-v8-${{ matrix.id }} # Custom branch *just* for this Action.
commit-message: ${{ env.COMMIT_MSG }}
labels: ${{ matrix.label }}
title: '${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}'
title: '${{ matrix.subsystem }}: update v8 to ${{ env.NEW_VERSION }}'
update-pull-request-title-and-body: true

0 comments on commit f912fa3

Please sign in to comment.