Skip to content

Commit

Permalink
testing multiple iterations for clearing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mdprotacio committed Dec 9, 2023
1 parent d489ddd commit 2cc2414
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ jobs:
with:
script: |
console.log("About to clear")
let caches = null
do {
let caches = await github.rest.actions.getActionsCacheList({
caches = await github.rest.actions.getActionsCacheList({
owner: context.repo.owner,
repo: context.repo.repo,
per_page: 100,
Expand Down

0 comments on commit 2cc2414

Please sign in to comment.