We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfec4c commit 09acdc2Copy full SHA for 09acdc2
forge/actions/install/action.yml
@@ -22,7 +22,7 @@ runs:
22
fi
23
- name: Install Earthly
24
uses: earthly/actions-setup@v1
25
- if: steps.check.outputs.env.found == 'false'
+ if: steps.check.outputs.found == 'false'
26
with:
27
version: ${{ inputs.earthly_version }}
28
- name: Build Forge CLI
0 commit comments