feat(container): change value

This commit is contained in:
Ahmad Husen
2021-05-30 14:14:59 +07:00
parent 42c6bfae1e
commit b8114f2ee3
+1 -1
View File
@@ -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