mirror of
https://gitea.com/actions/cache.git
synced 2024-11-10 22:42:28 +08:00
Update restore/action.yml
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
This commit is contained in:
parent
0a6e5b052a
commit
dd740c87de
|
@ -17,7 +17,7 @@ outputs:
|
||||||
cache-primary-key:
|
cache-primary-key:
|
||||||
description: 'Cache primary key passed in the input to use in subsequent steps of the workflow'
|
description: 'Cache primary key passed in the input to use in subsequent steps of the workflow'
|
||||||
cache-restore-key:
|
cache-restore-key:
|
||||||
description: 'Cache key restored'
|
description: 'Restore key which was used to restore the cache. It will not be set in case there was an exact match with primary key itself'
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node16'
|
||||||
main: '../dist/restore-only/index.js'
|
main: '../dist/restore-only/index.js'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user