diff --git a/entrypoint.sh b/entrypoint.sh index 8282132..63708c6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,7 +4,8 @@ echo '::group::Copying file from $WORKPATH to /tmp/gh-action' WORKPATH=./$INPUT_PATH # Set path permision -sudo -u builder cp -fv $WORKPATH/PKGBUILD /tmp/gh-action +sudo -u builder cp -rfv ./.git /tmp/gh-action/.git +sudo -u builder cp -fv $WORKPATH/PKGBUILD /tmp/gh-action/PKGBUILD cd /tmp/gh-action echo '::endgroup::'