Files
github-slug-action/action.yml
2020-11-01 20:39:24 +01:00

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: 'node12'
main: 'dist/index.js'
branding:
icon: "minimize"
color: "blue"