Update workspace/action.yaml
This commit is contained in:
		@@ -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 }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user