remove default value for commit id (#6338)
This commit is contained in:
parent
7edf650344
commit
3751a1134c
1 changed files with 1 additions and 2 deletions
|
|
@ -4,9 +4,8 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
sha:
|
||||
description: 'commit id'
|
||||
description: 'commit id (SHA-1 hash)'
|
||||
required: true
|
||||
default: 'latest'
|
||||
type: string
|
||||
artifact:
|
||||
description: 'select which job to run("all" will make all jobs run)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue