Skip to content

Commit 8cf1ee0

Browse files
authored
README fixes
1 parent 1d2a967 commit 8cf1ee0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
deploy-ecs:
4242
runs-on: ubuntu-latest
4343
- name: Create Nginx example
44-
uses: bitovi/[email protected].3
44+
uses: bitovi/[email protected].4
4545
id: ecs
4646
with:
4747
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
@@ -80,7 +80,7 @@ jobs:
8080
url: ${{ steps.ecs.outputs.ecs_dns_record }}
8181
steps:
8282
- name: Create Nginx example
83-
uses: bitovi/[email protected].3
83+
uses: bitovi/[email protected].4
8484
id: ecs
8585
with:
8686
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
@@ -129,6 +129,9 @@ The following inputs can be used as `step.with` keys
129129
1. [VPC](#vpc-inputs)
130130
1. [DNS](#dns-inputs)
131131

132+
### Outputs
133+
1. [Action Outputs](#action-outputs)
134+
132135
#### **AWS Specific**
133136
| Name | Type | Description |
134137
|------------------|---------|------------------------------------|
@@ -251,7 +254,7 @@ The following inputs can be used as `step.with` keys
251254
<br/>
252255

253256
## Contributing
254-
We would love for you to contribute to [`bitovi/github-actions-storybook-to-github-pages`](hhttps://github.com/bitovi/github-actions-storybook-to-github-pages). [Issues](https://github.com/bitovi/github-actions-storybook-to-github-pages/issues) and [Pull Requests](https://github.com/bitovi/github-actions-storybook-to-github-pages/pulls) are welcome!
257+
We would love for you to contribute to [`bitovi/github-actions-deploy-ecs`](https://github.com/bitovi/github-actions-deploy-ecs). [Issues](https://github.com/bitovi/github-actions-deploy-ecs/issues) and [Pull Requests](https://github.com/bitovi/github-actions-deploy-ecs/pulls) are welcome!
255258

256259

257260
## Note about resource identifiers

0 commit comments

Comments
 (0)