fix: 修复设置2个以上安卓应用开机自动启动,只能启动一个问题 #374
This file contains hidden or 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: chatOps | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| chatopt: | |
| uses: linuxdeepin/.github/.github/workflows/chatOps.yml@master | |
| secrets: inherit |