Update workspace/action.yaml
This commit is contained in:
parent
870ce66a9c
commit
a5c47b92ad
@ -16,3 +16,4 @@ runs:
|
|||||||
rm -rf "$WORKSPACE"
|
rm -rf "$WORKSPACE"
|
||||||
mkdir -p "/workspace/${{inputs.key}}"
|
mkdir -p "/workspace/${{inputs.key}}"
|
||||||
ln -s "/workspace/${{inputs.key}}" "$WORKSPACE"
|
ln -s "/workspace/${{inputs.key}}" "$WORKSPACE"
|
||||||
|
echo "Linked: /workspace/${{inputs.key}} -> $WORKSPACE"
|
||||||
|
Loading…
Reference in New Issue
Block a user