Add cache-is-read-only to action definition

This commit is contained in:
Al Sutton 2021-12-23 11:20:50 +00:00 committed by GitHub
parent 22f4b2eeaa
commit cec4e33030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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