Skip to content

Commit c295d79

Browse files
author
dmy.berezovskyi
committed
added new job
1 parent ac8cba4 commit c295d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clear_cache.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
script: |
1717
console.log("About to clear")
1818
const caches = await github.rest.actions.getActionsCacheList({
19-
owner: context.repo.owner,
20-
repo: context.repo.repo,
19+
owner: 'dmberezovskyii',
20+
repo: 'pytest-python-selenium-framework',
2121
})
2222
for (const cache of caches.data.actions_caches) {
2323
console.log(cache)

0 commit comments

Comments
 (0)