Skip to content

Commit 86f1ab1

Browse files
committed
wip: adds check for version
1 parent 3563614 commit 86f1ab1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

forge/actions/install/action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ inputs:
44
earthly_version:
55
description: The version of Earthly to install if not present
66
default: "latest"
7-
local:
8-
description: If true, the CLI will be installed by building it locally with Earthly (only used for testing)
9-
default: "false"
107
runs:
118
using: composite
129
steps:
@@ -37,4 +34,7 @@ runs:
3734
if: steps.cache-forge.outputs.cache-hit != 'true'
3835
shell: bash
3936
run: |
40-
earthly --artifact ./forge/cli+build/forge /usr/local/bin/forge
37+
earthly --artifact ./forge/cli+build/forge /usr/local/bin/forge
38+
- name: Check version
39+
shell: bash
40+
run: forge version

0 commit comments

Comments
 (0)