Take input and update env var

This commit is contained in:
Sankalp Kotewar 2022-11-22 05:53:13 +00:00 committed by GitHub
commit a781be7251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 7 deletions

View file

@ -18,6 +18,10 @@ inputs:
description: 'Fail the workflow if the cache is not found for the given key.'
required: false
default: "false"
save-cache-on-any-failure:
description: 'Save cache despite of any failure in the build steps'
required: false
default: "no"
outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'