企业微信的 EXCEPTION_NOTIFY_WEWORK_TOKEN 在哪里获取? #68
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: issues-translator | |
on: | |
workflow_dispatch: | |
issue_comment: | |
types: [ created ] | |
issues: | |
types: [ opened ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: usthe/issues-translate-action@v2.7 | |
with: | |
IS_MODIFY_TITLE: true |