소스 검색

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}}