From 6f1b6da50009e09e8d7d3c3b332f1bbfc190ef44 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Thu, 29 Aug 2024 18:10:47 -0400 Subject: [PATCH] wip: fixes bash --- forge/actions/install/action.yml | 1 + 1 file changed, 1 insertion(+) 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'