Update action.yml

This commit is contained in:
Shamil Nunhuck 2021-06-09 22:36:22 +01:00 committed by GitHub
parent abbc317338
commit aabc610f5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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