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
a7ca329129
commit
323ab9ba08
1 changed files with 1 additions and 1 deletions
|
|
@ -33,5 +33,5 @@ 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`
|
||||||
runs:
|
runs:
|
||||||
using: node18
|
using: node16
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue