diff --git a/README.md b/README.md index 89549dd..b20edfb 100644 --- a/README.md +++ b/README.md @@ -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}`. diff --git a/action.yml b/action.yml index c27b911..38ed43a 100644 --- a/action.yml +++ b/action.yml @@ -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: