mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-10 08:40:58 +00:00
feat(action): improve marketplace information
This commit is contained in:
committed by
GitHub
parent
d7817bf204
commit
3cddc4f12d
@@ -1,9 +1,9 @@
|
|||||||
name: "GitHub Slug"
|
name: "GitHub Slug Action"
|
||||||
description: "Action to slug and expose some github variables"
|
description: "GitHub Action to expose slug value of environment variables inside your GitHub workflow"
|
||||||
author: 'rlespinasse'
|
author: 'rlespinasse'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
branding:
|
branding:
|
||||||
icon: "crop"
|
icon: "minimize"
|
||||||
color: "orange"
|
color: "blue"
|
||||||
|
|||||||
Reference in New Issue
Block a user