mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-06 01:05:50 -05:00
9 lines
217 B
YAML
9 lines
217 B
YAML
name: 'GitHub Environment Variables Action'
|
|
description: 'Expose useful Environment Variables.'
|
|
author: 'Franz Diebold'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|
|
branding:
|
|
icon: 'plus-circle'
|
|
color: 'green'
|