Update workspace/action.yaml
This commit is contained in:
parent
274a4080b0
commit
067e35c532
@ -13,5 +13,6 @@ runs:
|
|||||||
- run: |
|
- run: |
|
||||||
WORKSPACE=$(pwd)
|
WORKSPACE=$(pwd)
|
||||||
cd ..
|
cd ..
|
||||||
|
rm -rf "$WORKSPACE"
|
||||||
ln -fs "/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