From cec4e330307e21b2412affe99962d8d83cff40ec Mon Sep 17 00:00:00 2001 From: Al Sutton Date: Thu, 23 Dec 2021 11:20:50 +0000 Subject: [PATCH] Add cache-is-read-only to action definition --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index faad23c3..07967e17 100644 --- a/action.yml +++ b/action.yml @@ -56,6 +56,9 @@ inputs: cache: description: 'Name of the build platform to cache dependencies. It can be "maven" or "gradle".' required: false + cache-is-read-only: + description: 'Whether or not the build output should be cached. Default is true.' + default: true job-status: description: 'Workaround to pass job status to post job step. This variable is not intended for manual setting' default: ${{ job.status }}