You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `path` | Files, directories, and wildcard patterns to cache | Yes | |
32
+
| `key` | Explicit key for restoring and saving cache | Yes | |
33
+
| `restore-keys` | Ordered list of prefix-matched keys for fallback | No | |
34
+
| `fallback-branch` | Optional maintenance branch for fallback restore keys (pattern: `branch-*`). If not set, the repository default branch is used. | No | |
35
+
| `environment` | Environment to use (dev or prod, S3 cache only) | No | `prod` |
36
+
| `upload-chunk-size` | Chunk size for large file uploads (bytes) | No | |
| `path` | Files, directories, and wildcard patterns to cache | Yes | |
72
-
| `key` | Explicit key for restoring and saving cache | Yes | |
73
-
| `restore-keys` | Ordered list of prefix-matched keys for fallback | No | |
74
-
| `fallback-branch` | Optional maintenance branch for fallback restore keys (pattern: `branch-*`). If not set, the repository default branch is used. | No | |
75
-
| `environment` | Environment to use (dev or prod) | No | `prod` |
76
-
| `upload-chunk-size` | Chunk size for large file uploads (bytes) | No | |
Copy file name to clipboardExpand all lines: action.yml
+55-14Lines changed: 55 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ inputs:
14
14
upload-chunk-size:
15
15
description: The chunk size used to split up large files during upload, in bytes
16
16
enableCrossOsArchive:
17
-
description: An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms
17
+
description: When enabled, allows to save or restore caches that can be restored or saved respectively on other platforms
18
18
default: false
19
19
fail-on-cache-miss:
20
20
description: Fail the workflow if cache entry is not found
@@ -31,12 +31,53 @@ inputs:
31
31
outputs:
32
32
cache-hit:
33
33
description: A boolean value to indicate an exact match was found for the primary key
0 commit comments