Skip to content

Commit fea7afc

Browse files
committed
.
1 parent d04793d commit fea7afc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-cmd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
elif [[ "${{ inputs.origin }}" == "issue" ]]; then
5252
BRANCH=$(printf "%s" "${{ inputs.args }}" | jq -r ".[0]")
5353
54-
if [[ -z "$BRANCH" ]]; then
54+
if [[ -z "$BRANCH" || "$BRANCH" == "null" ]]; then
5555
echo "::error::Missing argument branch at index 0 in command."
5656
exit 1
5757
fi

0 commit comments

Comments
 (0)