Skip to content

Commit 02adb10

Browse files
docs: clarify boolean-flag limitation wording
1 parent 4d4da7c commit 02adb10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Any flag the oasdiff CLI supports works in the config file — see [CONFIG-FILES
5151

5252
Action `inputs:` take precedence over config-file values, so you can use the file for shared defaults across workflows and override per-workflow via inputs.
5353

54-
> **Limitation**: boolean flags can only be enabled through an action input. If your `oasdiff.yaml` sets `composed: true` and you want to disable it for a specific workflow run, edit the YAML — passing `composed: 'false'` in the action input has no effect.
54+
> **Limitation**: action inputs can only turn a boolean flag *on*, not *off*. If your `oasdiff.yaml` sets `composed: true`, passing `composed: 'false'` to the action has no effect — to disable it for a specific workflow run, edit the YAML.
5555

5656
### Check for breaking changes
5757

0 commit comments

Comments
 (0)