From e62cc8fd639797a0c2922a437d5b1b81c4a12787 Mon Sep 17 00:00:00 2001 From: Hannah Robertson Date: Wed, 29 Mar 2023 15:57:14 -0400 Subject: [PATCH] Change check for presence of var (#29) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 946f624..b579764 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ runs: # Run the Julia command "${julia_cmd[@]}" shell: bash - if: ${{ inputs.install-package }} + if: ${{ inputs.install-package == 'true'}} - run: | # The Julia command that will be executed julia_cmd=( julia --color=yes --project=docs/ -e '