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
Copy file name to clipboardExpand all lines: action.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: start-aws-ghar-runner
1
+
name: start-aws-gha-runner
2
2
description: A simple GitHub Action for creating a self-hosted runner on AWS.
3
3
runs:
4
4
using: "docker"
@@ -20,7 +20,7 @@ inputs:
20
20
description: "The AWS region name to use for your runner. Defaults to AWS_REGION."
21
21
required: false
22
22
aws_root_device_size:
23
-
description: "The root device size in GB to use for your runner. Optional, defaults to the AMI default."
23
+
description: "The root device size in GB to use for your runner. Optional, defaults to the AMI default root disk size."
24
24
required: false
25
25
aws_security_group_id:
26
26
description: "The AWS security group ID to use for your runner. Will use the account default security group if not specified."
@@ -47,6 +47,6 @@ inputs:
47
47
default: "1200"
48
48
outputs:
49
49
mapping:
50
-
description: "A JSON object mapping instance IDs to unique GitHub runner labels. This is used in conjunction with the the `instance_mapping` input when stopping."
50
+
description: "A JSON object mapping instance IDs to unique GitHub runner labels. This is used in conjunction with the `instance_mapping` input when stopping."
51
51
instances:
52
52
description: "A JSON list of the GitHub runner labels to be used in the 'runs-on' field"
0 commit comments