Add workspace/clean/action.yaml

This commit is contained in:
Zakary Timson 2023-11-23 20:28:34 +00:00
parent e12ac95c92
commit 81ec3daf3b

View 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}}