Skip to content

Commit

Permalink
Fix logical expression. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe0BAB authored Nov 13, 2023
1 parent bf3d9d0 commit 6897250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ runs:
~/downloads/
- name: Download Docker Desktop
if: runner.os == 'Linux' && ${{ steps.cache-docker-desktop.outputs.cache-hit != 'true' }}
if: runner.os == 'Linux' && steps.cache-docker-desktop.outputs.cache-hit != 'true'
shell: bash
run: |
mkdir -p ~/.downloads
Expand Down

0 comments on commit 6897250

Please sign in to comment.