Add workspace/clean/action.yaml
This commit is contained in:
		
							
								
								
									
										7
									
								
								workspace/clean/action.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								workspace/clean/action.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
name: 'Clean Workspace'
 | 
			
		||||
description: 'Delete everything inside workspace'
 | 
			
		||||
 | 
			
		||||
runs:
 | 
			
		||||
  using: "composite"
 | 
			
		||||
  steps:
 | 
			
		||||
    - run: rm -rf /workspace/${{github.repository}}/${{github.job}}
 | 
			
		||||
		Reference in New Issue
	
	Block a user