Merge pull request #18393 from Homebrew/sponsors-unbound-variable
This commit is contained in:
commit
cee2287658
@ -108,7 +108,7 @@ jobs:
|
||||
COMMITTED=true
|
||||
fi
|
||||
|
||||
if [[ -n "$COMMITTED" ]]
|
||||
if [[ -n "${COMMITTED-}" ]]
|
||||
then
|
||||
echo "committed=true" >> "$GITHUB_OUTPUT"
|
||||
PULL_REQUEST_STATE="$(gh pr view --json=state | jq -r ".state")"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user