diff --git a/.github/workflows/a.yml b/.github/workflows/a.yml new file mode 100644 index 0000000..f35dba8 --- /dev/null +++ b/.github/workflows/a.yml @@ -0,0 +1,17 @@ +name: "Clean" +on: + workflow_dispatch: + +jobs: + + build: + name: Recreate action + runs-on: ubuntu-latest + steps: + - uses: dev-drprasad/delete-older-releases@v0.3.2 + with: + repo: armbian/community + delete_prerelease_only: true + keep_latest: 3 + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"