diff --git a/forge/actions/install/action.yml b/forge/actions/install/action.yml index 3fee3d5..95ffe26 100644 --- a/forge/actions/install/action.yml +++ b/forge/actions/install/action.yml @@ -4,9 +4,6 @@ inputs: earthly_version: description: The version of Earthly to install if not present default: "latest" - local: - description: If true, the CLI will be installed by building it locally with Earthly (only used for testing) - default: "false" runs: using: composite steps: @@ -37,4 +34,7 @@ runs: if: steps.cache-forge.outputs.cache-hit != 'true' shell: bash run: | - earthly --artifact ./forge/cli+build/forge /usr/local/bin/forge \ No newline at end of file + earthly --artifact ./forge/cli+build/forge /usr/local/bin/forge + - name: Check version + shell: bash + run: forge version