Add workspace/clean/action.yaml
This commit is contained in:
parent
e12ac95c92
commit
81ec3daf3b
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}}
|
Loading…
Reference in New Issue
Block a user