Skip to content

sortlist/cleanup-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Github cleanup

GitHub Action used to cleaup files from previous workers on the runner.

Usage

To use the action you can add the following to your GitHub Action workflow file:

jobs:
  build:
    name: build
    runs-on: ubuntu-latest

    steps:
      - name: Cleanup
        uses: sortlist/cleanup-action@main

Inputs

None

Outputs

None

About

Delete (old) files from previous workers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published