Skip to content

Commit

Permalink
Add number of releases limitation to readme
Browse files Browse the repository at this point in the history
Also, correct the action name in the readme!
  • Loading branch information
scooper91 committed Oct 31, 2022
1 parent 7302080 commit de8e6bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
delete-drafts:
runs-on: ubuntu-latest
steps:
- uses: 7digital/delete-old-draft-releases
- uses: 7digital/delete-old-draft-releases-action
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
release-id: ${{ github.event.release.id }}
```
## Limitations
This action will only delete drafts in the last 100 releases.

0 comments on commit de8e6bb

Please sign in to comment.