mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +00:00
6 lines
141 B
YAML
6 lines
141 B
YAML
# action.yml
|
|
name: 'GitHub Slug'
|
|
description: 'Action to slug and expose some github variables'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile' |