File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ image : ubuntu:20.04
2+
3+ stages :
4+ - sign
5+
6+ sign :
7+ stage : sign
8+ script :
9+ - sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
10+ - apt update && apt install -y python3 python3-pip
11+ - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
12+ - echo "$HAIDAN_MULTI"
13+ - python3 main.py
Original file line number Diff line number Diff line change 77
88当前版本:![ GitHub tag] ( https://img.shields.io/badge/tag-v0.0.6-orange )
99
10- ## 更新预告
10+ ## 更新说明
1111
12- 由于GitHub官方不鼓励使用Action服务进行签到,本项目将在下一个版本中取消对Action服务的支持并增加Gitlab CICD的支持。同时,请相关Fork仓库注意,继续使用Action服务进行签到可能造成账户限制 。
12+ 默认关闭GitHub自动定时签到功能,加入GitLab签到功能,GitLab需要自行设定签到任务 。
1313
1414## 使用说明
1515
16- - UTC 18,2,8 会进行一次签到,换算成国内时间每天凌晨2点、上午10点和晚上4点执行一次
17- - 激活` Action `
18- - 需要填写下方` 使用方法 ` 中的` Secrets `
19- - ** Action签到需要保持仓库活跃,或者每个月在Action中激活任务**
16+ - 【已取消】UTC 18,2,8 会进行一次签到,换算成国内时间每天凌晨2点、上午10点和晚上4点执行一次
17+ - 需要填写下方` 使用方法 ` 中的` Secrets ` (GitLab在` Settings ` →` CI/CD ` →` Variables ` 中设置环境变量)
2018
2119## 使用方法
2220
You can’t perform that action at this time.
0 commit comments