Skip to content

Commit

Permalink
refactor: replace git links
Browse files Browse the repository at this point in the history
  • Loading branch information
pkhodakovsky committed Oct 17, 2022
1 parent 28593cd commit 2874f18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Deploy on AWS Elastic Beanstalk Environment
id: ebs-env
uses: Dealermade/aws-beanstalk-deploy@master
uses: Amraneze/aws-beanstalk-deploy@master
with:
region: ${{ secrets.AWS_REGION }}
environment_name: ${{ secrets.ENVIRONMENT_NAME }}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dealermade/aws-beanstalk-deploy.git"
"url": "git+https://github.com/Amraneze/aws-beanstalk-deploy.git"
},
"keywords": [
"S3",
Expand All @@ -30,9 +30,9 @@
"elastic beanstalk"
],
"bugs": {
"url": "https://github.com/Dealermade/aws-beanstalk-deploy/issues"
"url": "https://github.com/Amraneze/aws-beanstalk-deploy/issues"
},
"homepage": "https://github.com/Dealermade/aws-beanstalk-deploy",
"homepage": "https://github.com/Amraneze/aws-beanstalk-deploy",
"husky": {
"hooks": {
"pre-commit": "npm run prettier && npm run lint"
Expand Down

0 comments on commit 2874f18

Please sign in to comment.