From 857ce01fd15900ccfd08f34c828891aa572d4bd2 Mon Sep 17 00:00:00 2001 From: Mila Page Date: Wed, 20 Mar 2024 19:17:37 -0700 Subject: [PATCH] Tweaks to input params. --- .github/workflows/release-internal.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-internal.yml b/.github/workflows/release-internal.yml index 27b06c4b..b3f2a4f4 100644 --- a/.github/workflows/release-internal.yml +++ b/.github/workflows/release-internal.yml @@ -20,9 +20,10 @@ on: type: string required: true sha: - description: "The sha to use (leave empty to use latest on main)" + description: "The ref (sha or branch name) to use" type: string - required: false + default: "main" + required: true package_test_command: description: "Package test command" type: string