Skip to content

Commit

Permalink
Tweaks to input params.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Mar 21, 2024
1 parent 047cc93 commit 857ce01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 857ce01

Please sign in to comment.