Skip to content

Clean

Clean #4

Workflow file for this run

name: "Clean"
on:
workflow_dispatch:
jobs:
build:
name: Recreate action
runs-on: ubuntu-latest
steps:
- uses: dev-drprasad/delete-older-releases@master
with:
repo: armbian/community
delete_prerelease_only: true
keep_latest: 3
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"