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.
1 parent 5b0ba85 commit e1dd790Copy full SHA for e1dd790
.github/workflows/update-v8.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Generate commit message if not set
47
if: env.COMMIT_MSG == '' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
48
run: |
49
- echo "COMMIT_MSG=${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}" >> "$GITHUB_ENV"
+ echo "COMMIT_MSG=${{ matrix.subsystem }}: update v8 to ${{ env.NEW_VERSION }}" >> "$GITHUB_ENV"
50
- uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
51
if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
52
# Creates a PR or update the Action's existing PR, or
0 commit comments