v3.6.0 - revision 1
(#80)
#49
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ping translators on discord | |
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- 'translations/HDLBinst.pot' | |
- '.github/workflows/translators_webhooks.yml' | |
jobs: | |
message: | |
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Discord Webhook Action | |
uses: tsickert/[email protected] | |
with: | |
username: GitHub | |
webhook-url: ${{ secrets.TRANSLATORS_WEBHOOK }} | |
content: "<@&859525897656729611>, The translation template has been updated! \\n as always, you can download it from github https://github.com/israpps/HDL-Batch-installer/releases/download/Latest/Translation-template.7z \\n or using the automatic download batch file pinned on <#859593073466015765> " |