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 }}