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
18bf1cb0b5
commit
ff854008df
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: node16
|
using: node18
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue