浏览代码

feat: add link to changes to message (#2374)

Daniil Golubev 2 年之前
父节点
当前提交
3277f179ef
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .github/workflows/translation_notify.yml

+ 3 - 1
.github/workflows/translation_notify.yml

@@ -13,4 +13,6 @@ jobs:
         env:
           DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
         with:
-          args: '@appflowytranslators English UI strings has been updated.'
+          args: |
+            @appflowytranslators English UI strings has been updated.
+            Link to changes: ${{github.event.compare}}