Update QR #126
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
# auto update qrCode in issue ##https://github.com/innocces/taro-hooks/issues/12 | |
name: Update QR | |
on: | |
schedule: | |
- cron: '0 0 */7 * *' | |
workflow_dispatch: | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
steps: | |
- name: update wechat issue | |
uses: actions-cool/issues-helper@v3 | |
with: | |
actions: 'create-comment' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
issue-number: 12 | |
body: | | |
<img src="https://cdn.jsdelivr.net/gh/innocces/DrawingBed/latest/qrcode.jpg" width="300" /> | |
[tg](https://t.me/+liVrD6TyPV1lZmJl) | |
[discord](https://discord.gg/N82HK72uJk) | |
emoji: '+1,heart' |