Skip to content

Commit

Permalink
docs: update docs with the new root_device_size option
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanholz committed Jan 9, 2025
1 parent 8be6d03 commit cf84d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ For more information see the [self-hosted runner security docs](https://docs.git
| aws_image_id | The machine AMI to use for your runner. This AMI can be a default but should have docker installed in the AMI. | true | |
| aws_instance_type | The type of instance to use for your runner. For example: t2.micro, t4g.nano, etc. Will not start if not specified.| true | |
| aws_region_name | The AWS region name to use for your runner. Will not start if not specified. | true | |
| aws_root_device_size | The root device size in GB to use for your runner. | false | The default AMI root device size |
| aws_security_group_id | The AWS security group ID to use for your runner. Will use the account default security group if not specified. | false | The default AWS security group |
| aws_subnet_id | The AWS subnet ID to use for your runner. Will use the account default subnet if not specified. | false | The default AWS subnet ID |
| aws_tags | The AWS tags to use for your runner, formatted as a JSON list. See `README` for more details. | false | |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
description: "The machine AMI to use for your runner. This AMI can be a default but should have docker installed in the AMI. Will not start if not specified."
required: false
aws_root_device_size:
description: "The root device size in GB to use for your runner. Optional"
description: "The root device size in GB to use for your runner. Optional, defaults to the AMI default."
required: false
aws_instance_type:
description: "The type of instance to use for your runner. For example: t2.micro, t4g.nano, etc.. Will not start if not specified."
Expand Down

0 comments on commit cf84d64

Please sign in to comment.