We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8cba4 commit c295d79Copy full SHA for c295d79
.github/workflows/clear_cache.yaml
@@ -16,8 +16,8 @@ jobs:
16
script: |
17
console.log("About to clear")
18
const caches = await github.rest.actions.getActionsCacheList({
19
- owner: context.repo.owner,
20
- repo: context.repo.repo,
+ owner: 'dmberezovskyii',
+ repo: 'pytest-python-selenium-framework',
21
})
22
for (const cache of caches.data.actions_caches) {
23
console.log(cache)
0 commit comments