feat(container): create /tmp folder manually
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
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 cp -rfv ./.git /tmp/gh-action/.git
|
sudo -u builder cp -rfv ./.git /tmp/gh-action/.git
|
||||||
sudo -u builder cp -fv $WORKPATH/PKGBUILD /tmp/gh-action/PKGBUILD
|
sudo -u builder cp -fv $WORKPATH/PKGBUILD /tmp/gh-action/PKGBUILD
|
||||||
cd /tmp/gh-action
|
cd /tmp/gh-action
|
||||||
|
|||||||
Reference in New Issue
Block a user