mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Remove empty list from action.yml
This commit is contained in:
parent
0f28aeff3d
commit
e6944039f8
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ inputs:
|
||||||
default: actions/github-script
|
default: actions/github-script
|
||||||
previews:
|
previews:
|
||||||
description: A list of API previews to accept
|
description: A list of API previews to accept
|
||||||
default: []
|
|
||||||
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