Skip to content

Commit

Permalink
Fix commit message formatting in test workflow run name
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschubert committed Jan 15, 2024
1 parent 7679a5e commit 4470b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: Tests

run-name: Test ${{ github.event.ref}}${{ github.event_name == 'push' && ' - ${{ github.event.head_commit.message }}' || '' }}
run-name: Test ${{ github.event.ref}}${{ github.event_name == 'push' && format(' - {0}', ${{ github.event.head_commit.message }}) || '' }}

on:
push:
Expand Down

0 comments on commit 4470b13

Please sign in to comment.