Update workspace/action.yaml

This commit is contained in:
Zakary Timson 2023-11-23 21:19:19 +00:00
parent ead7dec23d
commit fe26134042

View File

@ -12,5 +12,8 @@ runs:
- run: |
WORKSPACE=$(pwd)
cd ..
ln -fs "/workspace/${{ inputs.key }}" "$WORKSPACE"
echo "Linked: /workspace/${{ inputs.key }} -> $WORKSPACE"
ln -fs "/workspace/$KEY" "$WORKSPACE"
echo "Linked: /workspace/$KEY -> $WORKSPACE"
shell: bash
env:
KEY: ${{ inputs.key }}