-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
27 lines (26 loc) · 870 Bytes
/
action.yml
File metadata and controls
27 lines (26 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: Self-cached – Local Runner Cache
description: Store caches locally (on guest or host) on self-hosted runners.
inputs:
path:
description: A list of files and directories to cache.
required: true
key:
description: An explicit key for storing and restoring the cache.
required: true
dir:
description: A directory path for storing (to) and restoring (from) the cache. Defaults to $SELF_CACHED_DIR or $RUNNER_TOOL_CACHE if not set.
required: false
compress:
description: Specifies whether to compress cache using tar. Defaults to $SELF_CACHED_COMPRESS or true if not set.
required: false
outputs:
cache-hit:
description: Specifies whether the cache was restored or not.
runs:
using: node20
main: product/dist/Restore.js
post: product/dist/Store.js
post-if: success()
branding:
icon: hard-drive
color: purple