Commit 11da852
authored
Compare case-insenitively for full cache key match (#303)
Some self-hosted (or otherwise non-github-hosted) runners are
non-case-preserving for cache keys. To support such configurations, set the
`cache-hit` output variable to `true` if the found cache key matches
case-insenitively.
Fixes: #3021 parent 5e4a767 commit 11da852
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151483 | 151483 | | |
151484 | 151484 | | |
151485 | 151485 | | |
151486 | | - | |
| 151486 | + | |
| 151487 | + | |
| 151488 | + | |
151487 | 151489 | | |
151488 | 151490 | | |
151489 | 151491 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments