From 7b469c48c4eab9f7176be4e91a7a5f9cf25e1af1 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 16 Jun 2022 21:47:05 +0100 Subject: [PATCH] sbt is a valid cache option value --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c6af975a5..ec05f65ab 100644 --- a/action.yml +++ b/action.yml @@ -54,7 +54,7 @@ inputs: $GPG_PASSPHRASE.' required: false cache: - description: 'Name of the build platform to cache dependencies. It can be "maven" or "gradle".' + description: 'Name of the build platform to cache dependencies. It can be "maven", "gradle" or "sbt".' required: false job-status: description: 'Workaround to pass job status to post job step. This variable is not intended for manual setting'