Skip to content

Commit

Permalink
Fix repository in workflow used to delete old workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 2, 2022
1 parent efc6cd8 commit e133c75
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 e133c75

Please # to comment.