Files
github-slug-action/action.yml
2020-04-25 22:04:15 +02:00

10 lines
185 B
YAML

# action.yml
name: "GitHub Slug"
description: "Action to slug and expose some github variables"
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: "crop"
color: "orange"