actions-setup/action.yml
Alex Couture-Beil ee3f29b733
add branding to action.yml
Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
2022-03-10 12:28:46 -08:00

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