8000 typo fixes · FairyWorld/github_github-script@3424b52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3424b52

Browse files
committed
typo fixes
1 parent f9d8109 commit 3424b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Actions expressions are evaluated before the `script` is passed to the action, s
6666

6767
It'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

0 commit comments

Comments
 (0)
0