Update workspace/action.yaml

This commit is contained in:
Zakary Timson 2023-11-23 22:13:59 +00:00
parent 42e9a5a74c
commit bd4b55fdef

View File

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