Skip to content
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

Filter out empty strings from labels and tags #73

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

cole-h
Copy link
Member

@cole-h cole-h commented Aug 30, 2023

Setting an env var to nothing (like ENV=) will make its value the empty string "". This would erroneously print the warning messages about using extra-tags, even when they weren't used.

Setting an env var to nothing (like `ENV=`) will make its value the
empty string `""`. This would erroneously print the warning messages
about using extra-tags, even when they weren't used.
@cole-h cole-h merged commit 9e7edd8 into main Aug 30, 2023
5 checks passed
@cole-h cole-h deleted the fixup-empty-strings-from-env branch August 30, 2023 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants