Skip to content

Commit

Permalink
Moved "Mist3r-Robot" to "MrRobotdotapp"
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbnt committed Jan 17, 2024
1 parent d857dfc commit 8655388
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/discord-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Discord Webhook
uses: Mist3r-Robot/classic-discord-webhook@main
uses: mrrobotdotapp/classic-discord-webhook@main
with:
id: ${{ secrets.DISCORD_WEBHOOK_ID }}
token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The standard webhook from GitHub to Discord just dumps the commit messages right

| Standard Webhook | New and improved Webhook |
|:------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------:|
| ![Old webhook interface](https://user-images.githubusercontent.com/14293805/90334058-11e81900-dfcb-11ea-8de0-f01a7591254d.png) | ![New webhook interface](https://github.com/Mist3r-Robot/classic-discord-webhook/assets/14293805/f7ede24b-b902-49f4-8f89-055e9a8a0903) |
| ![Old webhook interface](https://user-images.githubusercontent.com/14293805/90334058-11e81900-dfcb-11ea-8de0-f01a7591254d.png) | ![New webhook interface](https://github.com/mrrobotdotapp/classic-discord-webhook/assets/14293805/f7ede24b-b902-49f4-8f89-055e9a8a0903) |

## Donate
Feel free to help [me](https://github.com/thomasbnt) for the maintenance of this project !
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Discord Webhook
uses: Mist3r-Robot/classic-discord-webhook@main
uses: mrrobotdotapp/classic-discord-webhook@main
with:
id: ${{ secrets.DISCORD_WEBHOOK_ID }}
token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mist3r-Robot/classic-discord-webhook.git"
"url": "git+https://github.com/mrrobotdotapp/classic-discord-webhook.git"
},
"keywords": [
"github",
Expand All @@ -19,9 +19,9 @@
"author": "Thomas Bnt",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Mist3r-Robot/classic-discord-webhook/issues"
"url": "https://github.com/mrrobotdotapp/classic-discord-webhook/issues"
},
"homepage": "https://github.com/Mist3r-Robot/classic-discord-webhook#readme",
"homepage": "https://github.com/mrrobotdotapp/classic-discord-webhook#readme",
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/github": "^2.1.1",
Expand Down

0 comments on commit 8655388

Please sign in to comment.