mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
commit
648bc46b8a
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ 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
|
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. Two arguments will
|
input should be the body of an asynchronous function call. The following
|
||||||
be provided:
|
arguments will be provided:
|
||||||
|
|
||||||
- `github` A pre-authenticated
|
- `github` A pre-authenticated
|
||||||
[octokit/rest.js](https://github.com/octokit/rest.js) client
|
[octokit/rest.js](https://github.com/octokit/rest.js) client
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue