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