From 999f7a279256b9a6bf2b1e8ac376284e4bcfb640 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:27:59 +0300 Subject: [PATCH] Update action.yml --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 658d51a..75d2a67 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,7 @@ runs: using: 'docker' image: 'Dockerfile' args: + - /bin/sh + - -c - ${{ inputs.command }}