Specify that the script is JavaScript

This commit is contained in:
Timo
2024-07-10 10:44:37 +02:00
committed by GitHub
parent 60a0d83039
commit adfd270e4b

View File

@@ -7,7 +7,7 @@
This action makes it easy to quickly write a script in your workflow that 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.
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: The following arguments will be provided:
- `github` A pre-authenticated - `github` A pre-authenticated