From b8114f2ee39e1b81317fcf21d338b87e3bc617b7 Mon Sep 17 00:00:00 2001 From: Ahmad Husen Date: Sun, 30 May 2021 14:14:59 +0700 Subject: [PATCH] feat(container): change value --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 399893c..625d40f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ # Set path echo '::group::Copying file from $WORKPATH to /tmp/gh-action' -WORKPATH=./$INPUT_PATH +WORKPATH=.$INPUT_PATH # Set path permision sudo -u builder mkdir /tmp/gh-action sudo -u builder cp -rfv ./.git /tmp/gh-action/.git