Update workspace/action.yaml

This commit is contained in:
Zakary Timson 2023-11-23 21:26:35 +00:00
parent 274a4080b0
commit 067e35c532

View File

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