mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +00:00
BREAKING CHANGE: The action implementation move from container action to node.js action Co-authored-by: Romain Lespinasse <romain.lespinasse@gmail.com>
10 lines
196 B
YAML
10 lines
196 B
YAML
name: "GitHub Slug"
|
|
description: "Action to slug and expose some github variables"
|
|
author: 'rlespinasse'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|
|
branding:
|
|
icon: "crop"
|
|
color: "orange"
|