-
Notifications
You must be signed in to change notification settings - Fork 505
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
Linter rejects .env.example
file
#985
Comments
Can you link to an example where this occurs? |
Now without the typo; but still doesn't pass lint: https://github.com/arianvp/reproduce-985-action/blob/main/.env.example#L11 |
Looks like in either case the delimiter is being flagged by
The expected behavior in the GitHub Actions runtime is to set environment variables by prefixing Created #990 to disable this error when the linter runs on |
The super-linter says my
.env.example
file is invalid when it contains an environment variable with dashes:however the dashes are required for
local-action
to work.This is a bug
The text was updated successfully, but these errors were encountered: