There was an error while loading. Please reload this page.
1 parent cce7d08 commit 63aab9eCopy full SHA for 63aab9e
1 file changed
sync-policy/action.yml
@@ -8,7 +8,7 @@ inputs:
8
required: true
9
hub-token:
10
11
- version:
+ lunar-version:
12
description: >
13
Lunar version (vx.y.z), as one of the tags available at https://github.com/earthly/lunar-dist/tags
14
@@ -34,7 +34,7 @@ runs:
34
FORCE_COLOR: 1
35
run: |
36
mkdir -p /tmp/lunar/bin
37
- curl -L https://github.com/earthly/lunar-dist/releases/download/${{ inputs.version }}/lunar-linux-amd64 -o /tmp/lunar/bin/lunar
+ curl -L https://github.com/earthly/lunar-dist/releases/download/${{ inputs.lunar-version }}/lunar-linux-amd64 -o /tmp/lunar/bin/lunar
38
chmod +x /tmp/lunar/bin/lunar;
39
echo "lunar downloaded to /tmp/lunar/bin/lunar";
40
shell: bash
0 commit comments