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