Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 365 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 365 Bytes

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