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: task expected type string, got bool #2791

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wallberg
Copy link
Contributor

Summary of changes

Fixed Taskfile.yml in several places where a variable was provided
as type bool, but string was expected, causing task to fail to
execute, for example:

$ task lint
task: Failed to run task "lint": template: :1:63: executing "" at <"false">: wrong type for value; expected string; got bool

Checklist

  • Checked that there aren't other open pull requests for
    the same change.
  • tests are passing; lint and mypy are not passing
  • Considered granting push permissions to the PR branch,
    so maintainers can fix minor issues and keep your PR up to date.

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.

None yet

1 participant