env/action.yml

10 lines
217 B
YAML
Raw Normal View History

2020-02-10 16:41:27 -05:00
name: 'GitHub Environment Variables Action'
2020-02-10 16:53:24 -05:00
description: 'Expose useful Environment Variables.'
2020-02-10 16:41:27 -05:00
author: 'Franz Diebold'
runs:
2020-07-13 06:12:00 -04:00
using: 'node12'
main: 'dist/index.js'
2020-02-10 16:41:27 -05:00
branding:
icon: 'plus-circle'
color: 'green'