From 3751a1134cb3d8a3a947cc86d9e72b28c5c2e5ec Mon Sep 17 00:00:00 2001 From: Shaojun Liu <61072813+liu-shaojun@users.noreply.github.com> Date: Fri, 28 Oct 2022 08:43:09 +0800 Subject: [PATCH] remove default value for commit id (#6338) --- .github/workflows/manually_build_for_testing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/manually_build_for_testing.yml b/.github/workflows/manually_build_for_testing.yml index b1dc17f3..e5580ee4 100644 --- a/.github/workflows/manually_build_for_testing.yml +++ b/.github/workflows/manually_build_for_testing.yml @@ -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)'