diff --git a/.github/actions/run-transport-interop-test/action.yml b/.github/actions/run-transport-interop-test/action.yml index f81d3bc..94fcbb4 100644 --- a/.github/actions/run-transport-interop-test/action.yml +++ b/.github/actions/run-transport-interop-test/action.yml @@ -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