mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-12 12:00:07 -05:00
10 lines
214 B
YAML
10 lines
214 B
YAML
|
name: 'GitHub Environment Variables Action'
|
||
|
description: 'Get useful Environment Variables.'
|
||
|
author: 'Franz Diebold'
|
||
|
runs:
|
||
|
using: 'node13'
|
||
|
main: 'dist/index.js'
|
||
|
branding:
|
||
|
icon: 'plus-circle'
|
||
|
color: 'green'
|