mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Add file to inputs
This commit is contained in:
parent
35288c3418
commit
13bd4058af
1 changed files with 3 additions and 2 deletions
|
|
@ -7,7 +7,8 @@ branding:
|
||||||
inputs:
|
inputs:
|
||||||
script:
|
script:
|
||||||
description: The script to run
|
description: The script to run
|
||||||
required: true
|
file:
|
||||||
|
description: A file containing just the script to run (not a module)
|
||||||
github-token:
|
github-token:
|
||||||
description: The GitHub token used to create an authenticated client
|
description: The GitHub token used to create an authenticated client
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
|
|
@ -21,7 +22,7 @@ inputs:
|
||||||
previews:
|
previews:
|
||||||
description: A comma-separated list of API previews to accept
|
description: A comma-separated list of API previews to accept
|
||||||
result-encoding:
|
result-encoding:
|
||||||
description: Either "string" or "json" (default "json")—how the result will be encoded
|
description: Either "string" or "json" (default "json")—how the result will be encoded
|
||||||
default: json
|
default: json
|
||||||
outputs:
|
outputs:
|
||||||
result:
|
result:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue