https://github.com/akiojin/clean-workspace-github-action
https://github.com/akiojin/clean-workspace-github-action
action actions github-action github-actions
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akiojin/clean-workspace-github-action
- Owner: akiojin
- License: mit
- Created: 2022-04-25T17:27:39.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-01T05:28:39.000Z (over 1 year ago)
- Last Synced: 2025-03-24T23:15:53.433Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 453 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clean-workspace-github-action
![Test][0]
This action cleans up the workspace when the workflow is finished.
This action executes the following commands
```sh
rm -rf ${{ github.workspace }}/*
```
## Usage
```yml
- name: Cleanup workspace
uses: akiojin/clean-workspace-github-action@v1
```
## License
Any contributions made under this project will be governed by the [MIT License][1].
[0]: https://github.com/akiojin/clean-workspace-github-action/actions/workflows/test.yml/badge.svg
[1]: https://github.com/akiojin/clean-workspace-github-action/blob/main/LICENSE