From 8987dba5287789f676814710d6cc7a68f133e784 Mon Sep 17 00:00:00 2001 From: Ahmad Husen Date: Sun, 30 May 2021 14:20:58 +0700 Subject: [PATCH] feat(container): always under --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 625d40f..9604ad7 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=$GITHUB_WORKSPACE/$INPUT_PATH # Set path permision sudo -u builder mkdir /tmp/gh-action sudo -u builder cp -rfv ./.git /tmp/gh-action/.git