wip
This commit is contained in:
parent
a4cc738e6f
commit
ab4ff865b1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue