diff --git a/workspace/clean/action.yaml b/workspace/clean/action.yaml new file mode 100644 index 0000000..18fabcf --- /dev/null +++ b/workspace/clean/action.yaml @@ -0,0 +1,7 @@ +name: 'Clean Workspace' +description: 'Delete everything inside workspace' + +runs: + using: "composite" + steps: + - run: rm -rf /workspace/${{github.repository}}/${{github.job}}