Skip to content

Commit

Permalink
Merge pull request #269 from kevgo/patch-1
Browse files Browse the repository at this point in the history
Improve grammar
  • Loading branch information
joshmgross committed Jun 24, 2022
2 parents b682e42 + ebee604 commit 46a476b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
This action makes it easy to quickly write a script in your workflow that
uses the GitHub API and the workflow run context.

In order to use this action, a `script` input is provided. The value of that
input should be the body of an asynchronous function call. The following
arguments will be provided:
To use this action, provide an input named `script` that contains the body of an asynchronous function call.
The following arguments will be provided:

- `github` A pre-authenticated
[octokit/rest.js](https://octokit.github.io/rest.js) client with pagination plugins
Expand Down

0 comments on commit 46a476b

Please sign in to comment.