Skip to content

Commit

Permalink
Let the badge breathe from the workflow run title
Browse files Browse the repository at this point in the history
  • Loading branch information
ncounter committed Jul 28, 2023
1 parent fb6a586 commit 116e329
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@
.col.text-start
= link_to "#{hook_event.humanize} event", token_workflow_run_path(workflow_run.token, workflow_run)
- if hook_action
%span.badge.bg-primary= hook_action.humanize
%span.ms-2.badge.bg-primary= hook_action.humanize
.col.text-start
= link_to_if repository_url, repository_name, repository_url
- if event_source_name
Expand Down

0 comments on commit 116e329

Please sign in to comment.