Skip to content

Commit

Permalink
fix: fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyuanxu-star committed Jan 10, 2025
1 parent bce8665 commit f9b847c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
summary_file=".github/result/summary.json"
# 发送 POST 请求
curl -X POST "https://api.learningcamp.cn/web/api/courseRank/createByThird" \
curl -X POST "https://api.opencamp.cn/web/api/courseRank/createByThird" \
-H "accept: application/json;charset=utf-8" \
-H "Content-Type: application/json" \
-d "$(cat $summary_file)" \
Expand Down

0 comments on commit f9b847c

Please sign in to comment.