File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ Actions expressions are evaluated before the `script` is passed to the action, s
66
66
67
67
It's highly recommended to * not* evaluate expressions directly in the ` script ` to avoid
68
68
[ script injections] ( https://docs.github.com/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions#understanding-the-risk-of-script-injections )
69
- and potential ` SyntaxError ` s when the expression is not valid JavaScript code (particlarly when it comes to inproperly escaped strings).
69
+ and potential ` SyntaxError ` s when the expression is not valid JavaScript code (particularly when it comes to improperly escaped strings).
70
70
71
- To pass inputs, set ` env ` vars on the action step and reference then them in your script with ` process.env ` :
71
+ To pass inputs, set ` env ` vars on the action step and reference them in your script with ` process.env ` :
72
72
73
73
``` yaml
74
74
- uses : actions/github-script@v7
You can’t perform that action at this time.
0 commit comments