Delete workspace/clean/action.yaml

This commit is contained in:
Zakary Timson 2023-11-24 05:02:47 +00:00
parent 96b3ef6902
commit e5ac558032

View File

@ -1,7 +0,0 @@
name: 'Clean Workspace'
description: 'Delete everything inside workspace'
runs:
using: "composite"
steps:
- run: rm -rf /workspace/${{github.repository}}/${{github.job}}