actions-setup/action.yml

23 lines
571 B
YAML
Raw Normal View History

name: Setup earthly
description: Installs the Earthly binary
branding:
icon: "sunrise"
color: "green"
author: Earthly technologies
inputs:
version:
2022-04-20 18:32:57 -07:00
description: "version of earthly to use."
default: "latest"
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"
github-token:
description: "GitHub token for fetching Earthly version list."
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"