Update workspace/action.yaml
This commit is contained in:
parent
0279d8ac59
commit
a73f63c44f
@ -14,5 +14,6 @@ runs:
|
|||||||
WORKSPACE=$(pwd)
|
WORKSPACE=$(pwd)
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf "$WORKSPACE"
|
rm -rf "$WORKSPACE"
|
||||||
|
mkdir -p "/cache/workspace/${{ inputs.key }}"
|
||||||
ln -fs "/cache/workspace/${{ inputs.key }}" "$WORKSPACE"
|
ln -fs "/cache/workspace/${{ inputs.key }}" "$WORKSPACE"
|
||||||
echo "Linked: /cache/workspace/${{ inputs.key }} -> $WORKSPACE"
|
echo "Linked: /cache/workspace/${{ inputs.key }} -> $WORKSPACE"
|
||||||
|
Loading…
Reference in New Issue
Block a user