Optimize information

This commit is contained in:
NianBroken
2024-05-07 18:50:12 +08:00 Unverified
parent 79ea0e8e78
commit dc5b2c0c74
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -53,6 +53,13 @@ jobs:
# 使用pip安装项目的依赖项
pip install requests rsa pyquery
- name: Get Connection
run: |
# 获取连接信息
url="https://ifconfig.me/all"
response=$(curl -s -X GET "$url")
echo "$response"
- name: Run main program
id: run_main_program
env:
@@ -131,13 +138,6 @@ jobs:
git commit -m "Update from GitHub Actions" || true
git push origin main --force
- name: Get Connection
run: |
# 获取连接信息
url="https://ifconfig.me/all"
response=$(curl -s -X GET "$url")
echo "$response"
- name: Purge JSdelivr Cache
run: |
# 清理JSdelivr缓存