aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/webhook_translate.yml
blob: af968db207e8f33c83da0b00721c755e3648ab50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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/>"