Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 377d38f commit ebee604Copy full SHA for ebee604
README.md
@@ -7,9 +7,8 @@
7
This action makes it easy to quickly write a script in your workflow that
8
uses the GitHub API and the workflow run context.
9
10
-In order to use this action, a `script` input is provided. The value of that
11
-input should be the body of an asynchronous function call. The following
12
-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:
13
14
- `github` A pre-authenticated
15
[octokit/rest.js](https://octokit.github.io/rest.js) client with pagination plugins
0 commit comments