Update workspace/action.yaml
This commit is contained in:
parent
ead7dec23d
commit
fe26134042
@ -12,5 +12,8 @@ runs:
|
|||||||
- run: |
|
- run: |
|
||||||
WORKSPACE=$(pwd)
|
WORKSPACE=$(pwd)
|
||||||
cd ..
|
cd ..
|
||||||
ln -fs "/workspace/${{ inputs.key }}" "$WORKSPACE"
|
ln -fs "/workspace/$KEY" "$WORKSPACE"
|
||||||
echo "Linked: /workspace/${{ inputs.key }} -> $WORKSPACE"
|
echo "Linked: /workspace/$KEY -> $WORKSPACE"
|
||||||
|
shell: bash
|
||||||
|
env:
|
||||||
|
KEY: ${{ inputs.key }}
|
||||||
|
Loading…
Reference in New Issue
Block a user