Skip to content

A GitHub Action to clear the current workspace on a self-hosted runner.

License

Notifications You must be signed in to change notification settings

chick-fil-a/gha-clear-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gha-clear-workspace

The chick-fil-a/gha-clear-workspace action clears the github workspace for the currently running workflow in github actions. This is designed to be used on self-hosted runners where the project workspace persists between workflow runs. Many times cleaning the workspace is essential to success. That being said, it will also work on github hosted runners.

Usage

This action can be run on any GitHub hosted runners or self-hosted runners as long as bash is available as a shell.

steps:
  - uses: chick-fil-a/gha-clear-workspace@v1

Contributing

Check out our contributing guidelines

License

Apache License 2.0

About

A GitHub Action to clear the current workspace on a self-hosted runner.

Resources

License

Stars

Watchers

Forks

Packages

No packages published