mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Specify that the script is JavaScript
This commit is contained in:
parent
60a0d83039
commit
adfd270e4b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
This action makes it easy to quickly write a script in your workflow that
|
||||
uses the GitHub API and the workflow run context.
|
||||
|
||||
To use this action, provide an input named `script` that contains the body of an asynchronous function call.
|
||||
To use this action, provide an input named `script` that contains the body of an asynchronous JavaScript function call.
|
||||
The following arguments will be provided:
|
||||
|
||||
- `github` A pre-authenticated
|
||||
|
|
|
|||
Loading…
Reference in a new issue