Update workspace/action.yaml

This commit is contained in:
Zakary Timson 2023-11-23 21:46:53 +00:00
parent 0279d8ac59
commit a73f63c44f

View File

@ -14,5 +14,6 @@ runs:
WORKSPACE=$(pwd)
cd ..
rm -rf "$WORKSPACE"
mkdir -p "/cache/workspace/${{ inputs.key }}"
ln -fs "/cache/workspace/${{ inputs.key }}" "$WORKSPACE"
echo "Linked: /cache/workspace/${{ inputs.key }} -> $WORKSPACE"