remove default value for commit id (#6338)

This commit is contained in:
Shaojun Liu 2022-10-28 08:43:09 +08:00 committed by GitHub
parent 7edf650344
commit 3751a1134c

View file

@ -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)'