mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2025-04-04 18:10:55 +01:00
refactor: disable caching by default
This commit is contained in:
parent
511e07abb5
commit
5a15426563
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
cache:
|
cache:
|
||||||
description: "Whether to enable caching"
|
description: "Whether to enable caching"
|
||||||
default: "true"
|
default: "false"
|
||||||
required: false
|
required: false
|
||||||
token:
|
token:
|
||||||
description: "GitHub token via `github.token`"
|
description: "GitHub token via `github.token`"
|
||||||
|
|
Loading…
Add table
Reference in a new issue