From 0593cc597c70f09a5257346ef30c479102b4f518 Mon Sep 17 00:00:00 2001 From: Ahmad Husen Date: Sun, 30 May 2021 13:26:06 +0700 Subject: [PATCH] fix(bash): cp permission --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index c5db69d..1a3107a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -39,6 +39,6 @@ fi echo '::endgroup::' echo '::group::Copying /tmp/gh-action to $WORKPATH' -sudo -u builder cp -rfv /tmp/gh-action $WORKPATH +cp -rfv /tmp/gh-action $WORKPATH cd $WORKPATH echo '::endgroup::'