Update workspace/action.yaml

This commit is contained in:
Zakary Timson 2023-11-23 21:14:15 +00:00
parent 31a4de6f6d
commit ead7dec23d

View File

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