Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 30, 2024
1 parent 467d794 commit d26da79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runs:
# Earthly Provider
- name: Install Earthly
uses: earthly/actions-setup@v1
if: inputs.forge_version != 'local'
if: inputs.forge_version != 'local' # Prefer to install Earthly after logging into Docker Hub
with:
version: ${{ inputs.earthly_version }}
- name: Get Earthly provider configuration
Expand Down

0 comments on commit d26da79

Please sign in to comment.