Add skip-cache parameter

This commit is contained in:
Tomas Dabasinskas 2021-10-15 13:30:39 +03:00 committed by Sergey Vilgelm
parent 7d5614c3eb
commit aa9e491cf8
No known key found for this signature in database
GPG key ID: 08D0E2FF778887E6

View file

@ -28,6 +28,10 @@ inputs:
description: "if set to true then the action doesn't cache or restore ~/.cache/go-build." description: "if set to true then the action doesn't cache or restore ~/.cache/go-build."
default: false default: false
required: true required: true
skip-cache:
description: "if set to true then the all caching functionality willl be complete disabled."
default: false
required: true
runs: runs:
using: "node16" using: "node16"
main: "dist/run/index.js" main: "dist/run/index.js"