You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feels like a facet of what would be caught by a solid implementation of #22 -- although the particular problem mentioned in that feature request is missing braces, a parser/validator for expressions would presumably also catch a $ { typo.
I'll mark this as pr-welcome as well, and hopefully someone will do the necessary at some point.
Hi @mpalmer
I have stumbled in a tiny issue but since I am a foreign in Rust I do not feel able to propose a PR
when I define an env var like below I got no complains from action-validator
When my action runs, it does not substitute the variable value as expected instead just print the literal value
$ {{ vars.MY_VAR }}
I believe that the validator could mark it as an issue suggesting (nice to have) the follow as remediation
The text was updated successfully, but these errors were encountered: