feat(container): always under

This commit is contained in:
Ahmad Husen
2021-05-30 14:20:58 +07:00
parent b8114f2ee3
commit 8987dba528
+1 -1
View File
@@ -2,7 +2,7 @@
# Set path # Set path
echo '::group::Copying file from $WORKPATH to /tmp/gh-action' echo '::group::Copying file from $WORKPATH to /tmp/gh-action'
WORKPATH=.$INPUT_PATH WORKPATH=$GITHUB_WORKSPACE/$INPUT_PATH
# Set path permision # Set path permision
sudo -u builder mkdir /tmp/gh-action sudo -u builder mkdir /tmp/gh-action
sudo -u builder cp -rfv ./.git /tmp/gh-action/.git sudo -u builder cp -rfv ./.git /tmp/gh-action/.git