From ab4ff865b12b2d7d454c39d828f8d71e35bbb052 Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Thu, 22 Aug 2024 15:31:48 +0200 Subject: [PATCH] wip --- .github/actions/run-transport-interop-test/action.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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