Skip to content

Commit

Permalink
docs(README.md): update optional configuration for devcard orientatio…
Browse files Browse the repository at this point in the history
…n to use

"default" and "wide" values instead of "Vertical" and "Horizontal"

fix(action.yml): update input description for type to reflect the new
"default" and "wide" values for devcard orientation configuration.
  • Loading branch information
ncdai committed Feb 20, 2024
1 parent afb4946 commit 90c9eff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
### Optional

- `type`: Configure orientation for devcard
- `Vertical` (Default)
- `Horizontal`
- `default`: Vertical (Default)
- `wide`: Horizontal
- `token`: GitHub Token used to commit the devcard
- `commit_branch`: The branch to commit the devcard to. Defaults to the branch of the action.
- `commit_message`: The commit message to use when committing the devcard. Defaults to `Update ${filename}`.
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ inputs:
required: true

type:
description: 'Configure orientation for devcard. Must be either "Vertical" or "Horizontal"'
default: Vertical
description: 'Configure orientation for devcard. Must be either "default" or "wide"'
default: default
required: false

token:
Expand Down

0 comments on commit 90c9eff

Please sign in to comment.