mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +00:00
10 lines
245 B
YAML
10 lines
245 B
YAML
name: 'GitHub Slug Action'
|
|
description: 'GitHub Action to expose slug value of environment variables inside your GitHub workflow'
|
|
author: 'rlespinasse'
|
|
runs:
|
|
using: 'node20'
|
|
main: 'dist/index.js'
|
|
branding:
|
|
icon: 'minimize'
|
|
color: 'blue'
|