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 17c6312 commit 6320730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
script: |
set +e
console.log("About to clear")
for it in {1..10}; do
for const it in {1..10}; do
const caches = await github.rest.actions.getActionsCacheList({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 6320730

Please sign in to comment.