Skip to content

Commit 607fc15

Browse files
committed
Add missing input definition for enable_cache feature flag asdf-vm#235
1 parent 976c051 commit 607fc15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ inputs:
2727
description: setup env without installing asdf
2828
required: false
2929
default: false
30+
enable_cache:
31+
description: cache asdf plugins and installs
32+
required: false
33+
default: false
3034
github_token:
3135
description: Token used to avoid rate limit when asdf calls the GitHub API
3236
required: false

0 commit comments

Comments
 (0)