-
Notifications
You must be signed in to change notification settings - Fork 338
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
Workflow displaying error: yaml: line 11: did not find expected key #8
Comments
This works if you use double quotes instead of single quotes:
@jclem do you know why this is getting a validation error (or who this should get routed to)? |
This issue is likely due to unescaped single quotes in the From the README example, all instances of
Note to escape single quotes you would actually do (double single quotes):
|
Thanks for your help! 👍 |
This should be resolved by #296 :) |
I committed a greeting action via the main Actions homepage (one of the templates) and customized the messages.
On the Actions tab for a commit, a few things are off:
What am I doing wrong, or is this a bug with Actions since it's still in beta?
The text was updated successfully, but these errors were encountered: