From a37bbf0fd8686c55a34f6ec1de5196d4dac0f7fa Mon Sep 17 00:00:00 2001 From: "Igor J. Santos" Date: Sat, 2 Jul 2022 04:29:27 +1000 Subject: [PATCH] chore(docs): update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7830357..3ab4956 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,9 @@ jobs: clean-logs: runs-on: ubuntu-latest steps: - - uses: igorjs/gh-actions-clean-workflow@v1 + - uses: igorjs/gh-actions-clean-workflow@v2 with: token: ${{ secrets.GITHUB_TOKEN }} - owner: ${{ github.repository_owner }} - repo: ${{ github.event.repository.name }} days_old: ${{ github.event.inputs.days_old }} ```