Skip to content

Commit 63aab9e

Browse files
authored
Update action.yml
1 parent cce7d08 commit 63aab9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sync-policy/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
required: true
99
hub-token:
1010
required: true
11-
version:
11+
lunar-version:
1212
description: >
1313
Lunar version (vx.y.z), as one of the tags available at https://github.com/earthly/lunar-dist/tags
1414
required: true
@@ -34,7 +34,7 @@ runs:
3434
FORCE_COLOR: 1
3535
run: |
3636
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
37+
curl -L https://github.com/earthly/lunar-dist/releases/download/${{ inputs.lunar-version }}/lunar-linux-amd64 -o /tmp/lunar/bin/lunar
3838
chmod +x /tmp/lunar/bin/lunar;
3939
echo "lunar downloaded to /tmp/lunar/bin/lunar";
4040
shell: bash

0 commit comments

Comments
 (0)