Skip to content

workflows/publish-commit-bottles: fix fix for unbound variable #216919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2025

Conversation

carlocab
Copy link
Member

Follow-up to #216882. -z tests if the length of a string is zero, so
-z 0 always succeeds. Instead, we want the final check to be skipped
if a previous check succeeded.

Follow-up to #216882. `-z` tests if the length of a string is zero, so
`-z 0` always succeeds. Instead, we want the final check to be skipped
if a previous check succeeded.
@carlocab carlocab requested review from MikeMcQuaid and a team as code owners March 28, 2025 07:08
@carlocab carlocab added the CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. label Mar 28, 2025
@carlocab carlocab enabled auto-merge March 28, 2025 07:08
@github-actions github-actions bot added automerge-skip `brew pr-automerge` will skip this pull request workflows PR modifies GitHub Actions workflow files labels Mar 28, 2025
Copy link
Member

@MikeMcQuaid MikeMcQuaid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@carlocab carlocab added this pull request to the merge queue Mar 28, 2025
Merged via the queue into master with commit 82198af Mar 28, 2025
19 checks passed
@carlocab carlocab deleted the publish-fix branch March 28, 2025 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge-skip `brew pr-automerge` will skip this pull request CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. workflows PR modifies GitHub Actions workflow files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants