Merge pull request #478 from timotk/patch-1

Specify that the used script is JavaScript
This commit is contained in:
Josh Gross 2025-01-17 15:31:49 -05:00 committed by GitHub
commit d70566966b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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