Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:06:01.000Z (over 1 year ago)
- Last Synced: 2024-11-17T20:51:01.765Z (2 months ago)
- Topics: actions, github, packages
- Language: TypeScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 3
- 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-lateststeps:
- 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