Skip to content

Commit 6187629

Browse files
authored
Fixing names
1 parent 9855e1a commit 6187629

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Create deploy-bucket
47-
uses: bitovi/github-actions-deploy-serverless-website@v0.0.1
47+
uses: bitovi/github-actions-deploy-static-site-to-aws@v0.0.1
4848
with:
4949
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_SANDBOX}}
5050
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SANDBOX}}
@@ -135,8 +135,8 @@ We use the kubernetes style for this. For example, kubernetes -> k(# of characte
135135
For some specific resources, we have a 32 characters limit. If the identifier length exceeds this number after compression, we remove the middle part and replace it for a hash made up from the string itself.
136136

137137
## Contributing
138-
We would love for you to contribute to [bitovi/github-actions-deploy-serverless-website](https://github.com/bitovigithub-actions-deploy-serverless-website).
139-
Would you like to see additional features? [Create an issue](https://github.com/bitovi/github-actions-deploy-serverless-website/issues/new) or a [Pull Requests](https://github.com/bitovi/github-actions-deploy-serverless-website/pulls). We love discussing solutions!
138+
We would love for you to contribute to [bitovi/bitovi/github-actions-deploy-static-site-to-aws](https://github.com/bitovi/bitovi/github-actions-deploy-static-site-to-aws).
139+
Would you like to see additional features? [Create an issue](https://github.com/bitovi/bitovi/github-actions-deploy-static-site-to-aws/issues/new) or a [Pull Requests](https://github.com/bitovi/bitovi/github-actions-deploy-static-site-to-aws/pulls). We love discussing solutions!
140140

141141
## License
142-
The scripts and documentation in this project are released under the [MIT License](https://github.com/bitovi/github-actions-deploy-serverless-website/blob/main/LICENSE).
142+
The scripts and documentation in this project are released under the [MIT License](https://github.com/bitovi/bitovi/github-actions-deploy-static-site-to-aws/blob/main/LICENSE).

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ runs:
100100
aws-region: ${{ inputs.aws_default_region }}
101101
role-to-assume: ${{ inputs.aws_role_to_assume }}
102102

103-
- name: Deploy with BitOps
103+
- name: Deploy
104104
id: deploy
105105
shell: bash
106106
env:

0 commit comments

Comments
 (0)