Add workspace/load/action.yaml
This commit is contained in:
		
							
								
								
									
										9
									
								
								workspace/load/action.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								workspace/load/action.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
name: 'Load Workspace'
 | 
			
		||||
description: 'Switch to job\'s persistant workspace'
 | 
			
		||||
 | 
			
		||||
runs:
 | 
			
		||||
  using: "composite"
 | 
			
		||||
  steps:
 | 
			
		||||
    - run: |
 | 
			
		||||
        mkdir -p /workspace/${{github.repository}}/${{github.job}}
 | 
			
		||||
        cd /workspace/${{github.repository}}/${{github.job}}
 | 
			
		||||
		Reference in New Issue
	
	Block a user