We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d03ada + 1268370 commit 648bc46Copy full SHA for 648bc46
README.md
@@ -4,8 +4,8 @@ This action makes it easy to quickly write a script in your workflow that
4
uses the GitHub API and the workflow run context.
5
6
In order to use this action, a `script` input is provided. The value of that
7
-input should be the body of an asynchronous function call. Two arguments will
8
-be provided:
+input should be the body of an asynchronous function call. The following
+arguments will be provided:
9
10
- `github` A pre-authenticated
11
[octokit/rest.js](https://github.com/octokit/rest.js) client
0 commit comments