actions-setup/action.yml
2022-04-20 18:32:57 -07:00

15 lines
307 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: node16
main: dist/setup/index.js
post: "dist/cache-save/index.js"