From fbc5bd891fa6e3fc534ccb65401efd37dea557ef Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Tue, 11 Feb 2020 10:33:47 +0100 Subject: [PATCH] Switch to a Docker container action. --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6c8823f..8e93c63 100644 --- a/action.yml +++ b/action.yml @@ -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'