From 1dca509fb48798dc5692d28cd9620a2ccd6dc732 Mon Sep 17 00:00:00 2001 From: chahatsagarmain Date: Sun, 12 Jan 2025 22:39:49 +0530 Subject: [PATCH] delete cache Signed-off-by: chahatsagarmain --- .github/actions/verify-metrics-snapshot/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/verify-metrics-snapshot/action.yaml b/.github/actions/verify-metrics-snapshot/action.yaml index 94306665da5..63c4a0b493c 100644 --- a/.github/actions/verify-metrics-snapshot/action.yaml +++ b/.github/actions/verify-metrics-snapshot/action.yaml @@ -47,7 +47,7 @@ runs: - name: Delete cache env: - GH_TOKEN: ${{ secret.CLEAR_CACHE }} + GH_TOKEN: ${{ secrets.CLEAR_CACHE }} shell: bash run: gh cache delete --all --repo chahatsagarmain/jaeger