From d26da79b87b34b7a06400d92d7bb4ad9d72a76f7 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Fri, 30 Aug 2024 13:32:36 -0400 Subject: [PATCH] wip: testing --- forge/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge/actions/setup/action.yml b/forge/actions/setup/action.yml index 912a921a..63165cdb 100644 --- a/forge/actions/setup/action.yml +++ b/forge/actions/setup/action.yml @@ -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