Skip to content

Commit

Permalink
Add new input to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Oct 2, 2020
1 parent 4bceb75 commit cce3c03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ inputs:
restore-keys:
description: 'An ordered list of keys to use for restoring the cache if no cache hit occurred for key'
required: false
upload-chunk-size:
description: 'The chunk size used when uploading large cache files'
required: false
outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'
Expand Down

0 comments on commit cce3c03

Please sign in to comment.