https://github.com/abrkn/delete-old-github-package-versions
GitHub Action to delete GitHub package versions older than a specified age
https://github.com/abrkn/delete-old-github-package-versions
actions github packages
Last synced: about 2 months ago
JSON representation
GitHub Action to delete GitHub package versions older than a specified age
- Host: GitHub
- URL: https://github.com/abrkn/delete-old-github-package-versions
- Owner: abrkn
- License: mit
- Created: 2020-05-10T09:47:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:06:01.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T09:05:37.408Z (over 1 year ago)
- Topics: actions, github, packages
- Language: TypeScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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