2021-04-20 15:28:53 -07:00
|
|
|
name: Setup earthly
|
|
|
|
description: Installs the Earthly binary
|
2022-03-10 12:28:46 -08:00
|
|
|
branding:
|
|
|
|
icon: "sunrise"
|
|
|
|
color: "green"
|
2021-04-20 15:28:53 -07:00
|
|
|
author: Earthly technologies
|
|
|
|
inputs:
|
|
|
|
version:
|
2022-04-20 18:32:57 -07:00
|
|
|
description: "version of earthly to use."
|
|
|
|
default: "latest"
|
2023-01-19 10:31:23 -08:00
|
|
|
prerelease:
|
|
|
|
description: "allow prerelease versions"
|
|
|
|
default: "false"
|
2023-01-19 17:54:38 +01:00
|
|
|
use-cache:
|
|
|
|
description: "whether to use the cache to store earthly or not"
|
|
|
|
default: "true"
|
2023-01-19 10:31:23 -08:00
|
|
|
github-token:
|
|
|
|
description: "GitHub token for fetching Earthly version list."
|
2021-04-20 15:28:53 -07:00
|
|
|
runs:
|
2024-01-23 10:44:15 -08:00
|
|
|
using: node20
|
2022-04-20 18:32:57 -07:00
|
|
|
main: dist/setup/index.js
|
|
|
|
post: "dist/cache-save/index.js"
|