Update workspace/action.yaml

This commit is contained in:
Zakary Timson 2023-11-23 22:14:26 +00:00
parent bd4b55fdef
commit 2a4ec29f12

View File

@ -9,7 +9,7 @@ runs:
mkdir -p "$PERSISTANT"
WORKSPACE=$(pwd)
cd ..
rm "$WORKSPACE"
rm -rf "$WORKSPACE"
ln -fs "$PERSISTANT" "$WORKSPACE"
echo "Linked: $PERSISTANT -> $WORKSPACE"
echo "Workspace will be automatically deleted in 1 hour"