[问题] 请问如何更新呢,已经同步代码了
🏷️ 遇到了什么问题
其他问题
🖥️ 使用环境
GitHub Actions 自动运行
📝 详细描述问题
就是我已经同步代码了,好像推送消息的时候还是没更新 https://github.com/1411430556/TrendRadar/actions/workflows/crawler.yml
💻 系统信息
None
🔄 怎么重现这个问题
No response
✅ 期望的正常情况
No response
📋 错误信息
No response
⚙️ 相关配置
No response
📷 截图补充
📎 其他补充信息
No response
我的也是这样
一般来说,github 上要想正常运行,要同步三处代码
https://github.com/sansan0/TrendRadar/blob/master/.github/workflows/crawler.yml
https://github.com/sansan0/TrendRadar/blob/master/config/config.yaml
https://github.com/sansan0/TrendRadar/blob/master/main.py
@sansan0 我也发现了这个问题,这确实是个 bug 吧?
当前 master 分支中 :
- version 文件:https://raw.githubusercontent.com/sansan0/TrendRadar/refs/heads/master/version 是 3.4.0
- 但是 https://github.com/sansan0/TrendRadar/blob/master/main.py 中 version 还是 3.3.0
导致下游更新代码后版本匹配不上。
当然,我现在把版本更新提示关闭了:
app:
version_check_url: "https://raw.githubusercontent.com/sansan0/TrendRadar/refs/heads/master/version"
show_version_update: false
@zpj80231 对,是bug,感谢指出问题。我发现我 slack 文档更新了,但 main.py 没有同步更新。
导致这种问题是原因是因为我当前有两个版本。一个是自用的随便写随便改,会提交到另一个远程, 还有一个是在前者基础上初始化后的项目提交到本账号的。
嗯,没问题,只需等待你的下一次更新就好了~
已经同步代码更新,坐等晚上推送的时候检查了