Files
github-slug-action/action.yml
2023-03-29 08:31:58 +02: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: 'node16'
main: 'dist/index.js'
branding:
icon: "minimize"
color: "blue"