mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Update README.md
This commit is contained in:
parent
436154793f
commit
4dcde6311b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# script
|
||||
|
||||
This action makes it easy to quickly write a script in your workflow that uses the GitHub API and the workflow execution context.
|
||||
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. Two arguments will be provided:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue