We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04793d commit fea7afcCopy full SHA for fea7afc
1 file changed
.github/workflows/build-cmd.yml
@@ -51,7 +51,7 @@ jobs:
51
elif [[ "${{ inputs.origin }}" == "issue" ]]; then
52
BRANCH=$(printf "%s" "${{ inputs.args }}" | jq -r ".[0]")
53
54
- if [[ -z "$BRANCH" ]]; then
+ if [[ -z "$BRANCH" || "$BRANCH" == "null" ]]; then
55
echo "::error::Missing argument branch at index 0 in command."
56
exit 1
57
fi
0 commit comments