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 type cast error #6889

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Fix type cast error #6889

merged 1 commit into from
Aug 20, 2024

Conversation

TharmiganK
Copy link
Contributor

Purpose

The release workflow is failing with this error:

error: {ballerina}TypeCastError {"message":"incompatible types: 'string' cannot be cast to 'boolean'"}

It seems like the environment variables is read as string and we need to convert it to boolean rather than casting

@ThisaruGuruge ThisaruGuruge merged commit 7bbe0e6 into main Aug 20, 2024
2 checks passed
@ThisaruGuruge ThisaruGuruge deleted the fix-type-cast branch August 20, 2024 05:45
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.

4 participants