TrueChartsClone/.github/workflows/prune.yaml

18 lines
420 B
YAML
Raw Normal View History

name: "Prune Old Releases"
on:
workflow_dispatch:
jobs:
housekeeping:
runs-on: ubuntu-latest
name: "prune old releases"
steps:
2021-12-05 09:55:55 -05:00
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2021-12-05 09:55:55 -05:00
with:
fetch-depth: 0
- uses: actions/delete-package-versions@a31a43afa6c2d3afdf8b5f1e311b2dc75585932e # tag=v3
with:
2021-12-05 09:59:20 -05:00
min-versions-to-keep: 200