Skip to content

Commit

Permalink
Show inputs in names of workflow runs
Browse files Browse the repository at this point in the history
This way it is easier to see what each run was for.
  • Loading branch information
ptoscano committed Feb 6, 2024
1 parent a47e3b4 commit ae82ba9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/image_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
env:
IMAGE_NAME: candlepin-unofficial

run-name: >
${{ format('Image build (ref: {0}, push: {1}, update-latest: {2})', inputs.candlepin-ref, inputs.push-image && 'true' || 'false', inputs.update-latest && 'true' || 'false') }}
jobs:
image_build:
name: "image_build"
Expand Down

0 comments on commit ae82ba9

Please sign in to comment.