Skip to content

Commit

Permalink
Merge pull request #579 from chromaui/jmhobbs/cap-2296-remove-list-do…
Browse files Browse the repository at this point in the history
…cs-for-github-action-support

The `list` option is not supported in the Action
  • Loading branch information
winkerVSbecks authored Oct 10, 2024
2 parents ec5e787 + 088e476 commit a12a69e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chromatic-config/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,12 @@
"supports": ["CLI", "GitHub Action", "Config File"]
},
{
"option": "list",
"flag": "--list",
"description": "Outputs the list of available stories in your Storybook.<br/>Useful for [debugging and diagnosing issues](#diagnosing-issues).",
"type": "boolean",
"example": "`true`",
"default": false,
"supports": ["CLI", "GitHub Action"]
"supports": ["CLI"]
},
{
"option": "logFile",
Expand Down

0 comments on commit a12a69e

Please sign in to comment.