Skip to content

Commit

Permalink
Change check for presence of var (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahilea authored Mar 29, 2023
1 parent 80c0bdc commit e62cc8f
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 @@ -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 '
Expand Down

0 comments on commit e62cc8f

Please sign in to comment.