mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-09 10:33:36 -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.'
|
||||
author: 'Franz Diebold'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
branding:
|
||||
icon: 'plus-circle'
|
||||
color: 'green'
|
||||
|
|
Loading…
Reference in a new issue