Skip to content

Commit 501637c

Browse files
feat: apply suggestions from code review
Co-authored-by: Mark Goddard <mark@stackhpc.com>
1 parent 9a70fe7 commit 501637c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you wish to make more impactful changes such as which workflows are built and
6262

6363
- `use_bespoke`: Some workflows benefit from a dedicated workflow template as they drift away from the main template. Set to `true` if the workflow requires a *bespoke* template and ensure a template `workflow_name.yml.j2` is present.
6464

65-
The following will override `workflows` to ensure only `Build Kayobe Image` and `Run Kolla Config Diff` is generated.
65+
The following will override `github_workflows` to ensure only `Build Kayobe Image` and `Run Kolla Config Diff` is generated.
6666

6767
```yaml
6868
github_workflows:
@@ -83,7 +83,7 @@ There are currently three hooks available
8383

8484
- `github_final_hook`: a hook that occurs after the kayobe automation task has finished.
8585

86-
A hook must be defined within the variables file for the playbook should be a scalar block string.
86+
A hook must be defined as a variable and should be a scalar block string.
8787

8888
```yaml
8989
github_checkout_hook: |

0 commit comments

Comments
 (0)