This commit is contained in:
Alejandro Cabeza Romero 2024-08-22 15:31:48 +02:00
parent a4cc738e6f
commit ab4ff865b1
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD
1 changed files with 4 additions and 5 deletions

View File

@ -39,12 +39,11 @@ runs:
- name: List caches via API - name: List caches via API
shell: bash shell: bash
run: | run: |
# https://api.github.com/repos/OWNER/REPO/actions/caches/CACHE_ID
ENDPOINT=${{ github.api_url }}/repos/${{ github.repository }}/actions/caches ENDPOINT=${{ github.api_url }}/repos/${{ github.repository }}/actions/caches
curl -L \ # curl -L \
$ENDPOINT # $ENDPOINT
curl -L \ # curl -L \
$ENDPOINT/my-tmp-cache # $ENDPOINT/my-tmp-cache
- name: Fetch tmp cache - name: Fetch tmp cache
uses: actions/cache@v3 uses: actions/cache@v3