You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/github/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ If you wish to make more impactful changes such as which workflows are built and
62
62
63
63
-`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.
64
64
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.
66
66
67
67
```yaml
68
68
github_workflows:
@@ -83,7 +83,7 @@ There are currently three hooks available
83
83
84
84
- `github_final_hook`: a hook that occurs after the kayobe automation task has finished.
85
85
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.
0 commit comments