Skip to content

Commit c4c9f2a

Browse files
authored
Fixed: Clear cache command
1 parent 8c6b6f0 commit c4c9f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
env:
6666
GH_TOKEN: ${{ github.token }}
6767
run: |
68-
gh cache delete --all --repo ${{ runner.os }}-benchmark
68+
gh cache delete ${{ runner.os }}-benchmark --repo kayjan/bigtree
6969
- name: Upload coverage to Codecov
7070
if: ${{ github.event_name == 'push' }}
7171
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)