mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Update default baseUrl
This commit is contained in:
parent
aabc610f5d
commit
928d63fa74
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ inputs:
|
||||||
default: json
|
default: json
|
||||||
baseUrl:
|
baseUrl:
|
||||||
description: The base URL for the GitHub API service instance
|
description: The base URL for the GitHub API service instance
|
||||||
default: string
|
default: https://api.github.com
|
||||||
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