【Private】fork
sync.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40name: Upstream Sync
permissions:
contents: write
on:
schedule:
- cron: "0 0 * * *" # every day
workflow_dispatch:
jobs:
sync_latest_from_upstream:
name: Sync latest commits from upstream repo
runs-on: ubuntu-latest
if: ${{ github.event.repository.fork }}
steps:
# Step 1: run a standard checkout action
- name: Checkout target repo
uses: actions/checkout@v3
# Step 2: run the sync action
- name: Sync upstream changes
id: sync
uses: aormsby/Fork-Sync-With-Upstream-action@v3.4
with:
upstream_sync_repo: cmliu/CF-Workers-SUB
upstream_sync_branch: main
target_sync_branch: main
target_repo_token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, no need to set
# Set test_mode true to run tests instead of the true action!!
test_mode: false
- name: Sync check
if: failure()
run: |
echo "[Error] 由于上游仓库的 workflow 文件变更,导致 GitHub 自动暂停了本次自动更新,你需要手动 Sync Fork 一次,详细教程请查看项目README.md "
echo "[Error] Due to a change in the workflow file of the upstream repository, GitHub has automatically suspended the scheduled automatic update. You need to manually sync your fork. Please refer to the project README.md for instructions. "
exit 1
序号 | Name | 备注 | Upstream Sync |
---|---|---|---|
1 | Custom_Clash_Rules | 适用于 Clash 的多种分流规则,无 DNS 泄露 | Y -> N |
2 | sing-box-yg | Serv00一键三协议共存脚本(Serv00专用) | Y |
3 | node-signin | 每日自动执行签到任务:中国联通 | YN |
4 | xalpha | 基金投资管理回测引擎 | YN |
5 | GoGoGo | 虚拟定位 | YN |
6 | Custom_OpenClash_Rules | 分流完善的 OpenClash 订阅转换模板,搭配保姆级 OpenClash 设置教程,无需套娃其他插件即可实现完美分流、DNS无污染无泄漏,且快速的国内外上网体验。 | Y -> N |
7 | CloudFlare-ImgBed | CloudFlare 图床,基于 CloudFlare Pages 和 Telegram Bot 的免费图片托管解决方案! | Y |
8 | SearchGram | Telegram 中文聊天记录搜索机器人 | YN |
9 | CF-Workers-SUB | 这个是一个通过 Cloudflare Workers 搭建,将你任意节点与多个订阅汇聚成专属于你的订阅链接 | Y |
10 | xzsajo.github.io | blog静态网页 | - |
11 | hexo | 生成 -> 静态网页 | - |
12 | Open-WebUI-Functions | Azure AI Foundry Pipeline | YN |
13 | Custom_Shadowrocket_Rules | Shadowrocket | Y -> N |
14 | sss | Serv00保活脚本 | - |
15 | docs-go | docs静态网页 | - |
16 | docs | 生成 -> 静态网页 | - |
17 | juejin-helper | 稀土掘金助手 | Y |
18 | FH5 | 地平线5修改器 | YN |
19 | Manifest-AutoUpdate | Steam 清单仓库 | Y |
20 | AppInfoFix | Steam AppInfo 修复 | Y |
21 | NeatChat-Mini | AI WebUI | Y |
22 | NextChat | AI WebUI | Y |
23 | hixAI2api | HIX.AI逆向 | Y |
[up主专用,视频内嵌代码贴在这]