Skip to content

Commit

Permalink
Merge pull request #264 from LifeIsAParadox/translate-notification
Browse files Browse the repository at this point in the history
Create webhook_translate.yml
  • Loading branch information
LifeIsAParadox committed Sep 1, 2023
2 parents d2856eb + f58f240 commit 97435ff
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/webhook_translate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: translate update

on:
push:
branches:
- master
paths:
- src/main/resources/assets/skyblocker/lang/en_us.json

jobs:
your_job_name:
runs-on: ubuntu-latest
steps:
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_TRANSLATE_WEBHOOK }}
uses: Ilshidur/action-discord@master
with:
args: |
"<@&1134566053138145330>"
"New Strings available at <https://translate.hysky.de/projects/Skyblocker/skyblocker/>"

0 comments on commit 97435ff

Please sign in to comment.