Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Feb 28, 2025
1 parent e201fcc commit 172e433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ run-name: >
${{ github.event_name == 'workflow_dispatch' && github.event.inputs.name != '' &&
format('Manually run by {0}', github.triggering_actor) ||
github.event_name == 'push' &&
format('Push to {0}', github.ref) ||
github.event.head_commit.message ||
github.event_name == 'pull_request' &&
format('Pull request {0}', github.event.pull_request.title) ||
'GitHub Actions Run' }}
Expand Down

0 comments on commit 172e433

Please sign in to comment.