From 1af98d3569a49a4c278411d7377f546ecb3e05b6 Mon Sep 17 00:00:00 2001 From: Rajpreet Singh Date: Mon, 1 Jul 2024 12:27:17 +0000 Subject: [PATCH] workflow cleanup --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c43c4a4..24bb680 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,10 +75,8 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - # Use the package-lock-hash from the setup job CACHE_KEY="${{ needs.setup.outputs.package-lock-hash }}" - echo "$CACHE_KEY" if [ -n "$CACHE_KEY" ]; then curl -L \ -X DELETE \ @@ -87,7 +85,6 @@ jobs: "https://api.github.com/repos/${{ github.repository }}/actions/caches?key=$CACHE_KEY" echo "Cache deleted successfully" - echo "https://api.github.com/repos/${{ github.repository }}/actions/caches?key=$CACHE_KEY" else echo "No matching cache found" fi \ No newline at end of file