From 86f1ab15694eabeb70444e51f30f1fbd970a8352 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Thu, 29 Aug 2024 18:28:18 -0400 Subject: [PATCH] wip: adds check for version --- forge/actions/install/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/forge/actions/install/action.yml b/forge/actions/install/action.yml index 3fee3d5a..95ffe261 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