From bad8c26622187d7780bd1c72a7152a3c4bf5b451 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Mon, 4 Mar 2024 10:26:24 -0500 Subject: [PATCH] Add quotes around "loose" --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 683943f..cdf99c2 100644 --- a/action.yml +++ b/action.yml @@ -54,7 +54,7 @@ runs: with: otp-version: ${{ steps.set-otp-version.outputs.otp-version }} elixir-version: ${{ steps.set-elixir-version.outputs.elixir-version }} - version-type: ${{ (inputs.otp-version == '' || inputs.elixir-version == '') && 'stict' || loose }} + version-type: ${{ (inputs.otp-version == '' || inputs.elixir-version == '') && 'stict' || 'loose' }} - name: Set shared cache key id: set-shared-cache-key