mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Improve grammar
This commit is contained in:
parent
377d38faf3
commit
ebee6048d8
1 changed files with 2 additions and 3 deletions
|
|
@ -7,9 +7,8 @@
|
||||||
This action makes it easy to quickly write a script in your workflow that
|
This action makes it easy to quickly write a script in your workflow that
|
||||||
uses the GitHub API and the workflow run context.
|
uses the GitHub API and the workflow run context.
|
||||||
|
|
||||||
In order to use this action, a `script` input is provided. The value of that
|
To use this action, provide an input named `script` that contains the body of an asynchronous function call.
|
||||||
input should be the body of an asynchronous function call. The following
|
The following arguments will be provided:
|
||||||
arguments will be provided:
|
|
||||||
|
|
||||||
- `github` A pre-authenticated
|
- `github` A pre-authenticated
|
||||||
[octokit/rest.js](https://octokit.github.io/rest.js) client with pagination plugins
|
[octokit/rest.js](https://octokit.github.io/rest.js) client with pagination plugins
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue