This commit is contained in:
Dongyanmio 2024-08-12 10:51:42 +08:00
commit e6c8c84335
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
TOKEN: ${{ secrets.SALTWOOD_SECRET }}
run: |
# 构建 URL
URL="http://saltwood.top:9393/93AtHome/update_files?token=$TOKEN"
URL="https://saltwood.top:9393/93AtHome/update_files?token=$TOKEN"
# 使用 curl 发送
RESPONSE_CODE=$(curl -s -o /dev/null -w "%{http_code}\n" $URL)

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB