Update restore/action.yml

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
This commit is contained in:
Sankalp Kotewar 2022-12-12 18:49:53 +05:30 committed by GitHub
parent 0a6e5b052a
commit dd740c87de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ outputs:
cache-primary-key:
description: 'Cache primary key passed in the input to use in subsequent steps of the workflow'
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:
using: 'node16'
main: '../dist/restore-only/index.js'