Skip to content

Commit

Permalink
Add info of await operator
Browse files Browse the repository at this point in the history
  • Loading branch information
satackey committed Mar 27, 2020
1 parent 7a7e059 commit 88fe7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Run JavaScript instead of shell script in GitHub Actions.

- `script` **Required**
The JavaScript snippet to be executed.
The JavaScript snippet to be executed. The [await](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/await) operator is supported.

## Contribution
PRs are accepted.
Expand Down

0 comments on commit 88fe7fa

Please sign in to comment.