refactor: 更改文件更新事件的请求 URL,使用 HTTPS

This commit is contained in:
SALTWOOD 2024-08-11 21:55:51 +08:00
parent c12e47ffd3
commit 774961d6ca

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)