Skip to content

Commit

Permalink
delete cache
Browse files Browse the repository at this point in the history
Signed-off-by: chahatsagarmain <[email protected]>
  • Loading branch information
chahatsagarmain committed Jan 12, 2025
1 parent 506d814 commit 5cf2440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/verify-metrics-snapshot/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
env:
GH_TOKEN: ${{ github.token }}
shell: bash
run: gh cache delete --repo ${{ env.v2_tag }}_${{ inputs.artifact_key }}
run: gh cache delete ${{ env.v2_tag }}_${{ inputs.artifact_key }} --repo chahatsagarmain/jaeger

- name: Download the cached tagged metrics
id: cache-metrics
Expand Down

0 comments on commit 5cf2440

Please sign in to comment.