Update workspace/action.yaml

This commit is contained in:
Zakary Timson 2023-11-23 22:16:12 +00:00
parent 2a4ec29f12
commit 42272d1abf

View File

@ -14,3 +14,4 @@ runs:
echo "Linked: $PERSISTANT -> $WORKSPACE"
echo "Workspace will be automatically deleted in 1 hour"
sleep 3600 && rm -rf "$PERSISTANT" &
shell: sh