Skip to content

Commit

Permalink
Fix step name
Browse files Browse the repository at this point in the history
  • Loading branch information
benja-M-1 committed Nov 7, 2023
1 parent feb98ac commit 3cbc425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
ls "/Library/Application Support/com.docker.docker/"
- name: Install Docker Desktop from dmg
if: steps.cache-docker-desktop-install-settings.outputs.cache-hit != 'true'
if: steps.cache-docker-desktop-app.outputs.cache-hit != 'true'
shell: bash
run: |
sw_vers
Expand All @@ -62,7 +62,7 @@ runs:
echo "dmg unmounted"
- name: Install Docker Desktop from cache
if: steps.cache-docker-desktop-install-settings.outputs.cache-hit == 'true'
if: steps.cache-docker-desktop-app.outputs.cache-hit == 'true'
shell: bash
run: |
sudo mkdir /Library/PrivilegedHelperTools
Expand Down

0 comments on commit 3cbc425

Please sign in to comment.