Set default cache input to be empty

pull/321/head
Sergey Dolin 2 years ago
parent b283174af6
commit 820e8b1147

@ -14,7 +14,6 @@ inputs:
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
cache:
description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
default: true
required: false
cache-dependency-path:
description: 'Used to specify the path to a dependency file - go.sum'

Loading…
Cancel
Save