Skip to content

Commit

Permalink
chore: add know issues to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
igorjs committed Jun 29, 2022
1 parent 79998f7 commit 6a45197
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -41,3 +41,9 @@ jobs:
repo: ${{ github.event.repository.name }}
days_old: ${{ github.event.inputs.days_old }}
```

### Known issues

1. The routine only deletes 100 workflows per run. There's an ongoing work to address [this issue](https://github.com/igorjs/gh-actions-clean-workflow/issues/22).

2. The parameter `days_old` isn't working as expected on the [v1](https://github.com/igorjs/gh-actions-clean-workflow/releases/tag/v1). This issue has been addressed on issue [#34](https://github.com/igorjs/gh-actions-clean-workflow/issues/34)

0 comments on commit 6a45197

Please sign in to comment.