Skip to content

Commit

Permalink
Merge pull request #12271 from playframework/mergify/bp/2.9.x/pr-12015
Browse files Browse the repository at this point in the history
[2.9.x] Fix errors if `play-published-local-*` cache entries not found (backport #12015) by @ihostage
  • Loading branch information
mkurz committed Dec 13, 2023
2 parents 6313a07 + 037654c commit 79f3d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
gh cache list --limit 100 --order asc --sort last_accessed_at | grep 'play-published-local' > caches.txt
gh cache list --limit 500 --order asc --sort last_accessed_at | grep 'play-published-local' > caches.txt || true
echo "Found $(wc -l < caches.txt | xargs) published local cache entries"
current_time=$(date -u +%s)
Expand Down

0 comments on commit 79f3d94

Please sign in to comment.