Skip to content

Commit 11b2f10

Browse files
authored
Merge pull request doveppp#12 from Sliverkiss/main
fix(workflow): 修复 daily-check-in.yml 中的语法错误
2 parents fc9cae9 + a19b299 commit 11b2f10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/daily-check-in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
curl -s -X POST "https://api.telegram.org/bot${{ secrets.TELEGRAM_TOKEN }}/sendMessage" \
4444
-d chat_id=${{ secrets.TELEGRAM_USERID }} \
4545
-d parse_mode=HTML \
46-
-d text="❌ <b>LINUX DO</b> 每日签到失败"
46+
-d text="❌ <b>LINUX DO</b> 每日签到失败"
4747
4848
- name: Delete workflow runs
4949
uses: Mattraks/delete-workflow-runs@v2

0 commit comments

Comments
 (0)