Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d705669

Browse files
authored
Merge pull request actions#478 from timotk/patch-1
Specify that the used script is JavaScript
2 parents ac45280 + ec12a47 commit d705669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This action makes it easy to quickly write a script in your workflow that
88
uses the GitHub API and the workflow run context.
99

10-
To use this action, provide an input named `script` that contains the body of an asynchronous function call.
10+
To use this action, provide an input named `script` that contains the body of an asynchronous JavaScript function call.
1111
The following arguments will be provided:
1212

1313
- `github` A pre-authenticated

0 commit comments

Comments
 (0)