mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-25 23:16:06 +00:00
Add 'cache-hit' as output
This commit is contained in:
parent
041bafb672
commit
d1178716db
4 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,9 @@ inputs:
|
|||
version:
|
||||
description: 'Deprecated. Use node-version instead. Will not be supported after October 1, 2019'
|
||||
deprecationMessage: 'The version property will not be supported after October 1, 2019. Use node-version instead'
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate if a cache was hit'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/setup/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue