Skip to content

Commit 09acdc2

Browse files
committed
wip: fixes variable name
1 parent ecfec4c commit 09acdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge/actions/install/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
fi
2323
- name: Install Earthly
2424
uses: earthly/actions-setup@v1
25-
if: steps.check.outputs.env.found == 'false'
25+
if: steps.check.outputs.found == 'false'
2626
with:
2727
version: ${{ inputs.earthly_version }}
2828
- name: Build Forge CLI

0 commit comments

Comments
 (0)