Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiojin/clean-workspace-github-action
This action cleans up the workspace when the workflow is finished.
https://github.com/akiojin/clean-workspace-github-action
action actions github-action github-actions
Last synced: 8 days ago
JSON representation
This action cleans up the workspace when the workflow is finished.
- Host: GitHub
- URL: https://github.com/akiojin/clean-workspace-github-action
- Owner: akiojin
- License: mit
- Created: 2022-04-25T17:27:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T05:53:57.000Z (12 months ago)
- Last Synced: 2024-10-12T05:04:50.164Z (about 1 month ago)
- Topics: action, actions, github-action, github-actions
- Language: TypeScript
- Homepage:
- Size: 431 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
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