1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

Update cache_cleanup.yml

This commit is contained in:
George King
2025-08-27 20:57:05 +02:00
committed by GitHub
parent 4afa2d5ad5
commit 711eb5628c

View File

@@ -10,12 +10,7 @@ jobs:
permissions:
actions: write
steps:
- name: Install cache extension
run: gh extension install actions/gh-actions-cache
env:
GH_TOKEN: ${{ github.token }}
- name: Delete caches for this PR
- name: Delete caches for closed PR
env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}