feat(container): change value
This commit is contained in:
+1
-1
@@ -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=.$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
|
||||||
|
|||||||
Reference in New Issue
Block a user