Update workspace/action.yaml
This commit is contained in:
parent
31a4de6f6d
commit
ead7dec23d
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user