mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-26 22:41:01 +08:00
ee3f29b733
Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
14 lines
266 B
YAML
14 lines
266 B
YAML
name: Setup earthly
|
|
description: Installs the Earthly binary
|
|
branding:
|
|
icon: "sunrise"
|
|
color: "green"
|
|
author: Earthly technologies
|
|
inputs:
|
|
version:
|
|
description: 'version of earthly to use.'
|
|
default: 'latest'
|
|
runs:
|
|
using: node12
|
|
main: dist/index.js
|