Skip to content

quix-it/gha-clean-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Workspace cleanup

Action used for cleaning a given directory when invoked and optionally after the job has completed

Inputs

Name Mandatory Default Description
path false . The path to the local folder to clean
post false true Whether or not to cleanup at the end of the job

Outputs

The action produces no outputs.

Usage

Using defaults (purges current folder when invoked and at the end of the job):

...
    - uses: quix-it/gha-clean-workspace@v1
...

With parameters:

...
    - uses: quix-it/gha-clean-workspace@v1
      with:
        path: ./my-staging-folder
        post: false
...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published