Skip to content

GitHub Action to delete GitHub package versions older than a specified age

License

Notifications You must be signed in to change notification settings

abrkn/delete-old-github-package-versions

Repository files navigation

Delete old GitHub package versions

Delete GitHub package versions older than a specified age.

Example workflow

name: test
on: [push]

jobs:
  test:
    runs-on: ubuntu-latest

    steps:
      - uses: abrkn/delete-old-github-package-versions@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          packageName: main
          minAge: 0.5d

Documentation

See action.yml

Author

Andreas Brekken [email protected]

About

GitHub Action to delete GitHub package versions older than a specified age

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published