forked from runs-on/action
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
32 lines (31 loc) · 1.07 KB
/
action.yml
File metadata and controls
32 lines (31 loc) · 1.07 KB
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
27
28
29
30
31
32
name: 'runs-on/action'
description: 'RunsOn Action for magic caching, and more'
runs:
using: 'node24'
main: 'index.js'
post: 'post.js'
inputs:
show_env:
description: 'Show all environment variables'
required: false
default: 'false'
show_costs:
description: 'Control how execution costs are displayed: "inline" for log output, "summary" for GitHub job summary, any other value disables the feature'
required: false
default: 'inline'
metrics:
description: 'Comma separated list of additional metrics to send to CloudWatch (cpu, network, memory, disk, io)'
required: false
default: ''
network_interface:
description: 'Network interface to monitor'
required: false
default: 'enp39s0'
disk_device:
description: 'Disk device to monitor'
required: false
default: 'nvme0n1p1'
sccache:
description: 'Enable sccache. Can take either "s3" (RunsOn S3 cache bucket) or be empty (disabled). You still need to setup sccache in your workflow, for instance with mozilla-actions/sccache-action.'
required: false
default: ''