Skip to content

Commit

Permalink
wip: fixes bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 29, 2024
1 parent 7a3df51 commit 6f1b6da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forge/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6f1b6da

Please sign in to comment.