From 2ce8445bdf32c0fd63bc0521b1e9f9b1d2940de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Wed, 7 Aug 2019 18:16:19 -0700 Subject: [PATCH] puts docker args back in --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index c27e828..761f094 100644 --- a/action.yml +++ b/action.yml @@ -21,8 +21,8 @@ runs: using: 'docker' image: 'Dockerfile' args: - #- ${{ inputs.name }} - #- ${{ inputs.token }} - #- ${{ inputs.file }} - #- ${{ inputs.flags }} + - ${{ inputs.name }} + - ${{ inputs.token }} + - ${{ inputs.file }} + - ${{ inputs.flags }} \ No newline at end of file