diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1f857d..9a8dfd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/package.json b/package.json index 40fd3b8..179df67 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"