Skip to content

Commit e1dd790

Browse files
fix: matrix.id
1 parent 5b0ba85 commit e1dd790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-v8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Generate commit message if not set
4747
if: env.COMMIT_MSG == '' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
4848
run: |
49-
echo "COMMIT_MSG=${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}" >> "$GITHUB_ENV"
49+
echo "COMMIT_MSG=${{ matrix.subsystem }}: update v8 to ${{ env.NEW_VERSION }}" >> "$GITHUB_ENV"
5050
- uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
5151
if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
5252
# Creates a PR or update the Action's existing PR, or

0 commit comments

Comments
 (0)