Files
github-slug-action/action.yml
2024-01-28 20:25:18 +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: 'node20'
main: 'dist/index.js'
branding:
icon: 'minimize'
color: 'blue'