Skip to content

Commit ab8ad83

Browse files
committed
docs: make action.yml and README consistent
1 parent c167ecf commit ab8ad83

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: start-aws-ghar-runner
1+
name: start-aws-gha-runner
22
description: A simple GitHub Action for creating a self-hosted runner on AWS.
33
runs:
44
using: "docker"
@@ -20,7 +20,7 @@ inputs:
2020
description: "The AWS region name to use for your runner. Defaults to AWS_REGION."
2121
required: false
2222
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."
2424
required: false
2525
aws_security_group_id:
2626
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:
4747
default: "1200"
4848
outputs:
4949
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."
5151
instances:
5252
description: "A JSON list of the GitHub runner labels to be used in the 'runs-on' field"

0 commit comments

Comments
 (0)