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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T23:29:29.000Z (about 1 year ago)
- Last Synced: 2025-01-16T15:55:44.621Z (3 months ago)
- Topics: actions, github, hosted
- Language: JavaScript
- Size: 323 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
```