Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Aug 22, 2024
1 parent a4cc738 commit ab4ff86
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/actions/run-transport-interop-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ runs:
- name: List caches via API
shell: bash
run: |
# https://api.github.com/repos/OWNER/REPO/actions/caches/CACHE_ID
ENDPOINT=${{ github.api_url }}/repos/${{ github.repository }}/actions/caches
curl -L \
$ENDPOINT
curl -L \
$ENDPOINT/my-tmp-cache
# curl -L \
# $ENDPOINT
# curl -L \
# $ENDPOINT/my-tmp-cache
- name: Fetch tmp cache
uses: actions/cache@v3
Expand Down

0 comments on commit ab4ff86

Please sign in to comment.