Optimize information
This commit is contained in:
@@ -53,6 +53,13 @@ jobs:
|
|||||||
# 使用pip安装项目的依赖项
|
# 使用pip安装项目的依赖项
|
||||||
pip install requests rsa pyquery
|
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
|
- name: Run main program
|
||||||
id: run_main_program
|
id: run_main_program
|
||||||
env:
|
env:
|
||||||
@@ -131,13 +138,6 @@ jobs:
|
|||||||
git commit -m "Update from GitHub Actions" || true
|
git commit -m "Update from GitHub Actions" || true
|
||||||
git push origin main --force
|
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
|
- name: Purge JSdelivr Cache
|
||||||
run: |
|
run: |
|
||||||
# 清理JSdelivr缓存
|
# 清理JSdelivr缓存
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
| URL | https://www.nianbroken.top | 教务系统地址 |
|
| URL | https://www.nianbroken.top | 教务系统地址 |
|
||||||
| USERNAME | 2971802058 | 教务系统用户名 |
|
| USERNAME | 2971802058 | 教务系统用户名 |
|
||||||
| PASSWORD | Y3xhaCkb5PZ4 | 教务系统密码 |
|
| PASSWORD | Y3xhaCkb5PZ4 | 教务系统密码 |
|
||||||
| TOKEN | J65KWMBfyDh3YPLpcvm8 | [Pushplus 的 token](https://www.pushplus.plus/doc/guide/openApi.html#_1-%E8%8E%B7%E5%8F%96token "Pushplus 的 token") |
|
| TOKEN | J65KWMBfyDh3YPLpcvm8 | [Pushplus 的 token](https://www.pushplus.plus/doc/guide/openApi.html#_1-%E8%8E%B7%E5%8F%96token "PushPlus 的 token") |
|
||||||
|
|
||||||
### 4. [开启](https://github.com/kekeaiaixueer/ZFCheckScores/actions "开启") Actions
|
### 4. [开启](https://github.com/kekeaiaixueer/ZFCheckScores/actions "开启") Actions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user