Skip to content

Commit

Permalink
Update README.md and docs (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: goruha <[email protected]>
  • Loading branch information
cloudpossebot and goruha authored Dec 6, 2022
1 parent 6adb4a0 commit 2d80920
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ See https://github.com/jsonmaur/aws-regions for more complete list



## Convert AWS region (ex.: `us-west-2`) to fixed abbreviation - will be `uw2`.
### Convert AWS region (ex.: `us-west-2`) to fixed abbreviation - will be `uw2`.
```yaml
name: Pull Request
on:
Expand All @@ -138,7 +138,7 @@ See https://github.com/jsonmaur/aws-regions for more complete list
result: ${{ steps.aws_map.outputs.result }}
```
## Convert AWS region (ex.: `us-west-2`) to short abbreviation - will be `usw2`.
### Convert AWS region (ex.: `us-west-2`) to short abbreviation - will be `usw2`.
```yaml
name: Pull Request
on:
Expand All @@ -160,7 +160,7 @@ See https://github.com/jsonmaur/aws-regions for more complete list
result: ${{ steps.aws_map.outputs.result }}
```

## Convert short AWS region (ex.: `usw2`) to long abbreviation - will be `us-west-2`.
### Convert short AWS region (ex.: `usw2`) to long abbreviation - will be `us-west-2`.
```yaml
name: Pull Request
on:
Expand All @@ -182,7 +182,7 @@ See https://github.com/jsonmaur/aws-regions for more complete list
result: ${{ steps.aws_map.outputs.result }}
```

## Convert fixed AWS region (ex.: `uw2`) to long abbreviation - will be `us-west-2`.
### Convert fixed AWS region (ex.: `uw2`) to long abbreviation - will be `us-west-2`.
```yaml
name: Pull Request
on:
Expand Down

0 comments on commit 2d80920

Please sign in to comment.