sponsors-maintainers-man-completions: fix unbound variable
https://github.com/Homebrew/brew/actions/runs/11012718453/job/30579518221#step:6:106
This commit is contained in:
parent
b6783204e8
commit
e465162734
@ -108,7 +108,7 @@ jobs:
|
|||||||
COMMITTED=true
|
COMMITTED=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$COMMITTED" ]]
|
if [[ -n "${COMMITTED-}" ]]
|
||||||
then
|
then
|
||||||
echo "committed=true" >> "$GITHUB_OUTPUT"
|
echo "committed=true" >> "$GITHUB_OUTPUT"
|
||||||
PULL_REQUEST_STATE="$(gh pr view --json=state | jq -r ".state")"
|
PULL_REQUEST_STATE="$(gh pr view --json=state | jq -r ".state")"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user