Skip to content

Commit 00042be

Browse files
authored
list caches
1 parent fafa4d0 commit 00042be

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/Matrix XP.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,17 @@ jobs:
136136
with:
137137
path: ~/artifacts
138138

139+
- name: "✔️ list Caches"
140+
run: |
141+
curl \
142+
-H "Accept: application/vnd.github.v3+json" \
143+
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
144+
https://api.github.com/repos/$GITHUB_REPOSITORY/actions/caches
145+
139146
- uses: geekyeggo/delete-artifact@v2
140147
with:
141148
name: '*'
149+
- uses: snnaplab/delete-branch-cache-action@v1
142150

143151
- name: "✔️ ls"
144152
run: |

0 commit comments

Comments
 (0)