Skip to content

Commit

Permalink
Merge pull request #18393 from Homebrew/sponsors-unbound-variable
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Sep 24, 2024
2 parents b678320 + e465162 commit cee2287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sponsors-maintainers-man-completions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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")"
Expand Down

0 comments on commit cee2287

Please sign in to comment.