Skip to content

Commit

Permalink
Add quotes around "loose"
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Mar 4, 2024
1 parent dfa7536 commit bad8c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bad8c26

Please sign in to comment.