From f58f240e62e3d267a2b8a377f4f8f314f4ce08d0 Mon Sep 17 00:00:00 2001 From: Yasin Date: Fri, 1 Sep 2023 07:31:42 +0200 Subject: Create webhook_translate.yml --- .github/workflows/webhook_translate.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/webhook_translate.yml diff --git a/.github/workflows/webhook_translate.yml b/.github/workflows/webhook_translate.yml new file mode 100644 index 00000000..af968db2 --- /dev/null +++ b/.github/workflows/webhook_translate.yml @@ -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 " -- cgit