Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcube committed Sep 5, 2024
1 parent c11a74e commit ac9a39f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions modules/actions_runner_group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ No modules.
| allows_public_repositories | Whether public repositories can be added to the runner group | `bool` | `null` | no |
| name | Name of the runner group | `string` | n/a | yes |
| restricted_to_workflows | If true, the runner group will be restricted to running only the workflows specified in the selected_workflows array. Defaults to false. | `bool` | `null` | no |
| selected_repository_ids | IDs of the repositories which should be added to the runner group | `list(string)` | `[]` | no |
| selected_workflows | List of workflows the runner group should be allowed to run. This setting will be ignored unless restricted_to_workflows is set to true. | `list(string)` | `[]` | no |
| visibility | Visibility of a runner group. Whether the runner group can include `all`, `selected`, or `private` repositories. A value of private is not currently supported due to limitations in the GitHub API. | `string` | n/a | yes |
| selected_repository_ids | IDs of the repositories which should be added to the runner group | `list(string)` | `null` | no |
| selected_workflows | List of workflows the runner group should be allowed to run. This setting will be ignored unless restricted_to_workflows is set to true. | `list(string)` | `null` | no |
| visibility | Visibility of a runner group. Whether the runner group can include `all`, `selected`, or `private` repositories. A value of private is not currently supported due to limitations in the GitHub API. | `string` | `null` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion modules/organization_settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ No modules.

| Name | Type |
|------|------|
| [github_organization_oidc_subject_claim_customization_template.this](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/organization_oidc_subject_claim_customization_template) | resource |
| [github_actions_organization_oidc_subject_claim_customization_template.this](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_organization_oidc_subject_claim_customization_template) | resource |
| [github_organization_settings.this](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/organization_settings) | resource |

## Inputs
Expand Down

0 comments on commit ac9a39f

Please sign in to comment.