Skip to content

Commit 6f1b6da

Browse files
committed
wip: fixes bash
1 parent 7a3df51 commit 6f1b6da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

forge/actions/install/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ runs:
1818
echo "found=false" >> $GITHUB_ENV
1919
else
2020
echo "found=true" >> $GITHUB_ENV
21+
fi
2122
- name: Install Earthly
2223
uses: earthly/actions-setup@v1
2324
if: steps.check.outputs.env.found == 'false'

0 commit comments

Comments
 (0)