We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafa4d0 commit 00042beCopy full SHA for 00042be
1 file changed
.github/workflows/Matrix XP.yml
@@ -136,9 +136,17 @@ jobs:
136
with:
137
path: ~/artifacts
138
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
+
146
- uses: geekyeggo/delete-artifact@v2
147
148
name: '*'
149
+ - uses: snnaplab/delete-branch-cache-action@v1
150
151
- name: "✔️ ls"
152
run: |
0 commit comments