Skip to content

Things that happen when you don't test if the thing actually builds o… #304

Things that happen when you don't test if the thing actually builds o…

Things that happen when you don't test if the thing actually builds o… #304

Workflow file for this run

name: Clean
on: [push, workflow_dispatch]
jobs:
clean:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 1 day