Skip to content

Commit

Permalink
rename all references to machulav to karuppiah7890
Browse files Browse the repository at this point in the history
  • Loading branch information
karuppiah7890 committed Aug 9, 2023
1 parent 0cde647 commit 45424f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# On-demand self-hosted AWS EC2 runner for GitHub Actions
# Self-hosted AWS EC2 runners on-demand for GitHub Actions

This repo and GitHub Action is a fork of https://github.com/machulav/ec2-github-runner with some changes that you can see in the release changelogs. I created this fork so that I can put fixes on top of the repo and make any customizations I want and also share them with the community

Credit to [Volodymyr Machula](https://github.com/machulav) for creating https://github.com/machulav/ec2-github-runner

⚠️ If you like the project, please consider [supporting Ukraine](https://bit.ly/3KeY7dc) in a [war](https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine) against russian occupants. Any help would be much appreciated!

Expand Down Expand Up @@ -249,7 +253,7 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
- name: Start EC2 runner
id: start-ec2-runner
uses: machulav/ec2-github-runner@v2
uses: karuppiah7890/ec2-github-runner@v2
with:
mode: start
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
Expand Down Expand Up @@ -285,7 +289,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
- name: Stop EC2 runner
uses: machulav/ec2-github-runner@v2
uses: karuppiah7890/ec2-github-runner@v2
with:
mode: stop
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:machulav/ec2-github-runner.git"
"url": "git@github.com:karuppiah7890/ec2-github-runner.git"
},
"homepage": "https://github.com/machulav/ec2-github-runner#readme",
"homepage": "https://github.com/karuppiah7890/ec2-github-runner#readme",
"bugs": {
"url": "https://github.com/machulav/ec2-github-runner/issues"
"url": "https://github.com/karuppiah7890/ec2-github-runner/issues"
},
"scripts": {
"index": "node -r dotenv/config ./src/index.js",
Expand Down

0 comments on commit 45424f3

Please sign in to comment.