-
Notifications
You must be signed in to change notification settings - Fork 230
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
Github Actions uses invalid environment variables. #22
Comments
export INPUT_WHO-TO-GREET=test |
xport INPUT_WHO-TO-GREET=test |
When testing this locally, it looks like |
Hello! Closing this out for now, but if you're still running into any kind of issue please reopen and let me know! I will try to respond soon as I can :) |
I'm trying to test this action locally before creating my own. However the action only echo's
hello
. When I try to set the environment variable:It fails? It seems Github Actions allows
-
in its Environment variables but bash doesn't.The text was updated successfully, but these errors were encountered: