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
6666
6767It's highly recommended to * not* evaluate expressions directly in the ` script ` to avoid
6868[ 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).
7070
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 ` :
7272
7373``` yaml
7474- uses : actions/github-script@v7
You can’t perform that action at this time.
0 commit comments