diff --git a/forge/actions/install/action.yml b/forge/actions/install/action.yml index c0f65e0..2ef6ab9 100644 --- a/forge/actions/install/action.yml +++ b/forge/actions/install/action.yml @@ -18,6 +18,7 @@ runs: echo "found=false" >> $GITHUB_ENV else echo "found=true" >> $GITHUB_ENV + fi - name: Install Earthly uses: earthly/actions-setup@v1 if: steps.check.outputs.env.found == 'false'