mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 10:25:08 +00:00
10 lines
185 B
YAML
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"
|