Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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