Skip to content

Commit

Permalink
Update README.md and docs (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: goruha <[email protected]>
  • Loading branch information
cloudpossebot and goruha authored Nov 16, 2022
1 parent 5e96a8e commit 8367ede
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,20 @@ Feel free to use it as reference and starting point.
<!-- markdownlint-disable -->
## Inputs
| Name | Description | Default | Required |
|------|-------------|---------|----------|
| param1 | Input parameter placeholder | true | true |
| format | Format convert to. Valid values ('long', 'short', 'fixed'). <br>If empty short and fixed inputs are converted to long, long inputs are converted to fixed. | N/A | false |
| region | Input region code | N/A | true |
## Outputs
| Name | Description |
|------|-------------|
| result1 | Output result placeholder |
| result | Converted AWS region |
<!-- markdownlint-restore -->
Expand Down
7 changes: 5 additions & 2 deletions docs/github-action.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<!-- markdownlint-disable -->

## Inputs

| Name | Description | Default | Required |
|------|-------------|---------|----------|
| param1 | Input parameter placeholder | true | true |
| format | Format convert to. Valid values ('long', 'short', 'fixed'). <br>If empty short and fixed inputs are converted to long, long inputs are converted to fixed. | N/A | false |
| region | Input region code | N/A | true |


## Outputs

| Name | Description |
|------|-------------|
| result1 | Output result placeholder |
| result | Converted AWS region |
<!-- markdownlint-restore -->

0 comments on commit 8367ede

Please sign in to comment.