We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3563614 commit 86f1ab1Copy full SHA for 86f1ab1
forge/actions/install/action.yml
@@ -4,9 +4,6 @@ inputs:
4
earthly_version:
5
description: The version of Earthly to install if not present
6
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"
10
runs:
11
using: composite
12
steps:
@@ -37,4 +34,7 @@ runs:
37
34
if: steps.cache-forge.outputs.cache-hit != 'true'
38
35
shell: bash
39
36
run: |
40
- earthly --artifact ./forge/cli+build/forge /usr/local/bin/forge
+ earthly --artifact ./forge/cli+build/forge /usr/local/bin/forge
+ - name: Check version
+ shell: bash
+ run: forge version
0 commit comments