Skip to content

Commit

Permalink
wip: fixes variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 29, 2024
1 parent ecfec4c commit 09acdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
fi
- name: Install Earthly
uses: earthly/actions-setup@v1
if: steps.check.outputs.env.found == 'false'
if: steps.check.outputs.found == 'false'
with:
version: ${{ inputs.earthly_version }}
- name: Build Forge CLI
Expand Down

0 comments on commit 09acdc2

Please sign in to comment.