Skip to content

Commit b3a5c21

Browse files
committed
Correct readme for workflows role
Cosmetic changes, whitespace removed, var names fixed.
1 parent 9ada395 commit b3a5c21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/github/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following variables can be used to make small adjustments to the composition
3939

4040
`github_kayobe_user_id`: set the user id when building the kayobe docker image. Default is `1000`
4141

42-
`github_kayobe_group_id`: set the group id when building the kayobe docker image. Default is `1000`
42+
`github_kayobe_group_id`: set the group id when building the kayobe docker image. Default is `1000`
4343

4444
`github_environment_selector`: control the type of environment support the workflows should be generated with. Either `single` for fixed environment or `input` whereby the environment is controlled at `workflow_dispatch`. No environment is the default by setting `github_environment_selector` to no value or `Null`.
4545

@@ -96,8 +96,8 @@ The following will override `github_workflows` to ensure only `Build Kayobe Imag
9696

9797
```yaml
9898
github_workflows:
99-
- "{{ build_kayobe_image }}"
100-
- "{{ run_kolla_config_diff }}"
99+
- "{{ github_build_kayobe_image }}"
100+
- "{{ github_run_kolla_config_diff }}"
101101
```
102102

103103
In the following example `github_build_kayobe_image` has been changed to use a user provided template stored within their `{{ playbook_dir }}/templates`

0 commit comments

Comments
 (0)