1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
Slimefun4/.github/workflows/translator-webhook.yml
2021-05-05 18:26:27 +02:00

24 lines
595 B
YAML

name: Translation Notifier
on:
push:
branches:
- master
paths:
- 'src/main/resources/languages/en/**.yml'
jobs:
notify:
name: Translation-Notifier
runs-on: ubuntu-latest
if: github.repository == 'Slimefun/Slimefun4'
steps:
- name: Discord Notification
uses: Ilshidur/action-discord@master
with:
args: '<@&665202905271369776> New strings have been added to Slimefun4''s language files. You can translate them at https://crowdin.com/project/slimefun'
env:
DISCORD_WEBHOOK: ${{ secrets.TRANSLATOR_WEBHOOK }}