We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3df51 commit 6f1b6daCopy full SHA for 6f1b6da
forge/actions/install/action.yml
@@ -18,6 +18,7 @@ runs:
18
echo "found=false" >> $GITHUB_ENV
19
else
20
echo "found=true" >> $GITHUB_ENV
21
+ fi
22
- name: Install Earthly
23
uses: earthly/actions-setup@v1
24
if: steps.check.outputs.env.found == 'false'
0 commit comments