Skip to content

Commit

Permalink
Add instructions for finding cache key (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-evans98 authored Nov 15, 2023
1 parent 1286c6b commit 61bc53c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/delete_cache.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# See <https://github.com/BuildJet/cache-delete>. Useful for debugging/solving
# caching issues.
# caching issues. To identify the name of the cache key to delete, look for the line
# `Cache restored from key: <cache key>` in the logs of the caching step.

name: Manually delete a BuildJet cache entry

on:
workflow_dispatch:
inputs:
cache_key:
description: 'BuildJet cache key to delete'
description: "BuildJet cache key to delete"
required: true
type: string

Expand Down

0 comments on commit 61bc53c

Please sign in to comment.