Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joamag/cleanup-hosted

Simple GitHub action to cleanup an hosted GitHub Runner environment
https://github.com/joamag/cleanup-hosted

actions github hosted

Last synced: about 2 months ago
JSON representation

Simple GitHub action to cleanup an hosted GitHub Runner environment

Awesome Lists containing this project

README

        

# joamag/cleanup-hosted

Simple GitHub action to cleanup an hosted GitHub Runner environment.

## Build

```bash
npm install
npm run build
```

## Usage

```yaml
- uses: joamag/cleanup-hosted@master
with:
remove-temp: true
remove-home-cache: true
remove-home-colony: true
remove-tools: true
```