Skip to content
trash-2

GitHub Action

Self Hosted Runner Post Job Cleanup Action

v2.1 Latest version

Self Hosted Runner Post Job Cleanup Action

trash-2

Self Hosted Runner Post Job Cleanup Action

Cleansup the environment at the end of the job

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Self Hosted Runner Post Job Cleanup Action

uses: TooMuch4U/[email protected]

Learn more about this action in TooMuch4U/actions-clean

Choose a version

Runner Post Cleanup

A Github Action to clean the runner workspace - mostly copied from https://github.com/colpal/actions-clean.

This runs a cleanup script as a post job action - just add the step anywhere in the job.

Usage

# ...
steps:
  - uses: TooMuch4U/runner-post-cleanup@v1
# - step 1
# - step 2
# - step 3
# - ...