Skip to content

Commit

Permalink
Fix action step name
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Jul 26, 2023
1 parent f57a1dd commit 34def77
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 @@ -51,7 +51,7 @@ runs:
brew unlink docker docker-compose colima lima qemu
brew link docker docker-compose colima lima qemu
shell: bash
- name: Install Docker client, Docker Compose, and Colima
- name: Install Docker client, Docker Compose, Colima, and QEMU.
if: ${{ steps.homebrew-cache.outputs.cache-hit != 'true' }}
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
Expand Down

0 comments on commit 34def77

Please sign in to comment.