From 3889fd6a6ccfb431e7c86e2a4a9c7e4df9d28357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6m=C3=B6ri=20Zsolt?= Date: Fri, 1 Nov 2019 09:51:54 +0100 Subject: [PATCH] Add args entry to actions.yml --- actions.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/actions.yml b/actions.yml index 880a21b..f114ac2 100644 --- a/actions.yml +++ b/actions.yml @@ -20,6 +20,11 @@ inputs: runs: using: 'docker' image: 'Dockerfile' + args: + - ${{ inputs.commit_message }} + - ${{ inputs.commit_options }} + - ${{ inputs.branch }} + - ${{ inputs.file_pattern }} branding: icon: 'git-commit'