mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-26 10:41:06 -05:00
Switch to a Docker container action.
This commit is contained in:
parent
dbbf375c45
commit
fbc5bd891f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ name: 'GitHub Environment Variables Action'
|
||||||
description: 'Expose useful Environment Variables.'
|
description: 'Expose useful Environment Variables.'
|
||||||
author: 'Franz Diebold'
|
author: 'Franz Diebold'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'docker'
|
||||||
main: 'dist/index.js'
|
image: 'Dockerfile'
|
||||||
branding:
|
branding:
|
||||||
icon: 'plus-circle'
|
icon: 'plus-circle'
|
||||||
color: 'green'
|
color: 'green'
|
||||||
|
|
Loading…
Reference in a new issue