Skip to content

Commit

Permalink
Merge pull request #879 from sbrunner/delete-old-workflows-run
Browse files Browse the repository at this point in the history
Fix repository in workflow used to delete old workflow runs
  • Loading branch information
sbrunner authored Nov 2, 2022
2 parents efc6cd8 + e133c75 commit b73dd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete-old-workflows-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Delete old workflow runs
uses: MajorScruffy/delete-old-workflow-runs@v0.3.0
with:
repository: ${{ env.GITHUB_REPOSITORY }}
repository: ${{ github.repository }}
older-than-seconds: 43200000 # 500 days
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b73dd04

Please # to comment.