Skip to content

Commit

Permalink
Fix choice options for custom jobs
Browse files Browse the repository at this point in the history
Co-authored-by: Shunkichi Sato <[email protected]>
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 and s8sato authored Dec 12, 2024
1 parent ad4064e commit 1951702
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/iroha2-custom-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ on:
PROFILER_NAME:
description: "Profiler value (profiling/glibc/alpine) as the image tag part"
required: true
type: string
type: choice
options:
- profiling
- glibc
- alpine
default: glibc
CHECKOUT_REF:
description: "The branch, tag or SHA to checkout"
Expand Down

0 comments on commit 1951702

Please sign in to comment.