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:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
sha:
|
sha:
|
||||||
description: 'commit id'
|
description: 'commit id (SHA-1 hash)'
|
||||||
required: true
|
required: true
|
||||||
default: 'latest'
|
|
||||||
type: string
|
type: string
|
||||||
artifact:
|
artifact:
|
||||||
description: 'select which job to run("all" will make all jobs run)'
|
description: 'select which job to run("all" will make all jobs run)'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue