Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3424b52

Browse files
committed
typo fixes
1 parentf9d8109 commit3424b52

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 toinproperly escaped strings).
69+
and potential`SyntaxError`s when the expression is not valid JavaScript code (particularly when it comes toimproperly escaped strings).
7070

71-
To pass inputs, set`env` vars on the action step and referencethenthem 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)

[8]ページ先頭

©2009-2025 Movatter.jp