mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Update action.yml
This commit is contained in:
parent
abbc317338
commit
aabc610f5d
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ inputs:
|
||||||
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
|
||||||
|
baseUrl:
|
||||||
|
description: The base URL for the GitHub API service instance
|
||||||
|
default: string
|
||||||
outputs:
|
outputs:
|
||||||
result:
|
result:
|
||||||
description: The return value of the script, stringified with `JSON.stringify`
|
description: The return value of the script, stringified with `JSON.stringify`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue