Skip to content

Commit 0334b6e

Browse files
authored
Add region output to README (machulav#236)
This is a new supported output created in machulav#231, but I noticed the README was not updated.
1 parent fb91019 commit 0334b6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ We recommend using [aws-actions/configure-aws-credentials](https://github.com/aw
242242
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
243243
| `label` | Name of the unique label assigned to the runner. <br><br> The label is used in two cases: <br> - to use as the input of `runs-on` property for the following jobs; <br> - to remove the runner from GitHub when it is not needed anymore. |
244244
| `ec2-instance-id` | EC2 Instance Id of the created runner. <br><br> The id is used to terminate the EC2 instance when the runner is not needed anymore. |
245+
| `region` | AWS region where the EC2 instance was created. <br><br> This is useful for subsequent AWS operations on the instance. |
246+
245247

246248
### Example
247249

0 commit comments

Comments
 (0)