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
40
name: 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
3 node-signin 每日自动执行签到任务:中国联通 N
4 xalpha 基金投资管理回测引擎 N
5 GoGoGo 虚拟定位 N
6
7 CloudFlare-ImgBed CloudFlare 图床,基于 CloudFlare Pages 和 Telegram Bot 的免费图片托管解决方案! N
8 SearchGram Telegram 中文聊天记录搜索机器人 N
9 CF-Workers-SUB 这个是一个通过 Cloudflare Workers 搭建,将你任意节点与多个订阅汇聚成专属于你的订阅链接 Y
10 xzsajo.github.io blog静态网页 -
11 hexo 生成 -> 静态网页 -
12 Open-WebUI-Functions Azure AI Foundry Pipeline N
13 LiveCaptions-Translator Windows LiveCaptions 翻译 N
14 True-Story-of-Pangu 盘古之殇:华为诺亚盘古大模型研发历程的心酸与黑暗 N
15 docs-go docs静态网页 -
16 docs 生成 -> 静态网页 -
17 juejin-helper 稀土掘金助手 Y
18 Stand-for-FH5 地平线5修改器 N
19 Manifest-AutoUpdate Steam 清单仓库 Y
20 AppInfoFix Steam AppInfo 修复 Y
21 apprise_vercel 订阅转换通知 N
22 NextChat AI WebUI Y
23 hixAI2api HIX.AI逆向 Y
24 serverless-markdown-convertor 网页版文件转 Markdown 转换器 N
25 CFr2-webdav Cloudflare R2 WebDAV Server N
26 open-wegram-bot Telegram 双向私聊机器人 N

[up主专用,视频内嵌代码贴在这]