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

fix: typos #5

Merged
merged 1 commit into from
Jan 8, 2025
Merged

fix: typos #5

merged 1 commit into from
Jan 8, 2025

Conversation

anitarua
Copy link
Collaborator

@anitarua anitarua commented Jan 8, 2025

There might be typos that were creating successes when it shouldn't be, mainly with the evaluation of this: if [[ "x${{ env.SUPER_SECRET }}" == "" ]]; then ... -> "x" == "" would be false.

It should use if [[ "${{ env.SUPER_SECRET }}" == "" ]]; then ... instead.

@anitarua anitarua merged commit 95eae0a into main Jan 8, 2025
3 checks passed
@anitarua anitarua deleted the update-workflow-file branch January 8, 2025 00:54
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