Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joamag/cleanup-hosted
- Owner: joamag
- Created: 2020-06-05T09:02:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T23:29:29.000Z (11 months ago)
- Last Synced: 2024-02-25T00:26:56.055Z (11 months ago)
- Topics: actions, github, hosted
- Language: JavaScript
- Size: 106 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```