Skip to content

Commit 26870a3

Browse files
feat: update README.md
Co-authored-by: Mark Goddard <[email protected]>
1 parent 51dee17 commit 26870a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following variables can be used to make small adjustments to the composition
3838

3939
`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`.
4040

41-
`github_kayobe_environments`: list of environments the workflows should target. Only has effect when `github_environment_selector` is not `input` or `single`.
41+
`github_kayobe_environments`: list of environments the workflows should target. Only has effect when `github_environment_selector` is `input` or `single`.
4242

4343
`github_runs_on`: control which runner can accept this workflow. See GitHub for more information on [runs-on](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on).
4444

0 commit comments

Comments
 (0)