Skip to content

Commit 5b1e6e2

Browse files
committed
actually clear it
1 parent cfa7b8c commit 5b1e6e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-packages/clear-cache-gh-action/index.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ async function clearGithubCaches(octokit, { repo, owner, clearDevelop, clearPend
120120

121121
core.info(`> Clearing cache ${id}...`);
122122

123-
/* await octokit.rest.actions.deleteActionsCacheById({
123+
await octokit.rest.actions.deleteActionsCacheById({
124124
owner,
125125
repo,
126126
cache_id: id,
127-
}); */
127+
});
128128
}
129129
}
130130
}

0 commit comments

Comments
 (0)