From 1ed87a8b57b49a911aa3468b9cd5bf79244a5947 Mon Sep 17 00:00:00 2001 From: SkyHighR Date: Fri, 25 Oct 2024 22:06:56 +0800 Subject: [PATCH 1/2] feat: Add GitHub Actions workflow for upstream sync --- .github/workflows/sync.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/sync.yml diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml new file mode 100644 index 0000000..1cbfca9 --- /dev/null +++ b/.github/workflows/sync.yml @@ -0,0 +1,26 @@ +name: "Upstream Sync" + +on: + schedule: + - cron: "0 0 * * *" # 每天同步一次 + workflow_dispatch: + +jobs: + sync_latest_from_upstream: + runs-on: ubuntu-latest + name: Sync latest commits from upstream repo + + steps: + - name: Checkout target repo + uses: actions/checkout@v3 + + - name: Sync upstream changes + id: sync + uses: aormsby/Fork-Sync-With-Upstream-action@v3.4.1 + with: + upstream_sync_repo: Ac-Wiki/AcWiKi + upstream_sync_branch: main + target_sync_repo: Ac-Wiki/AcWiKi + target_sync_branch: main + target_repo_token: ${{ secrets.GITHUB_TOKEN }} + test_mode: false \ No newline at end of file From 2a685b0d63bba0c2a831a82a607a2d03ac1e895a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 25 Oct 2024 14:06:48 +0000 Subject: [PATCH 2/2] fix(typo): Fix Markdown formatting --- 01-student-discounts/README.md | 10 ++++----- ...40\345\257\206\351\200\232\350\256\257.md" | 21 +++++++++++++++---- 05-common-sense-of-life/README.md | 2 +- README.md | 2 +- 4 files changed, 24 insertions(+), 11 deletions(-) diff --git a/01-student-discounts/README.md b/01-student-discounts/README.md index dcafa9e..5d40775 100644 --- a/01-student-discounts/README.md +++ b/01-student-discounts/README.md @@ -39,11 +39,11 @@ > [!TIP] > >
-> GitHub学生包申请注意事项 -> -> - 尽量使用edu邮箱进行申请 +> GitHub 学生包申请注意事项 +> +> - 尽量使用 edu 邮箱进行申请 > - 申请过程中会定位,请尽可能在学校位置 -> - 上传证件可上传学信网验证报告(翻译件) +> - 上传证件可上传学信网验证报告 (翻译件) > - 多试几次 >
@@ -55,7 +55,7 @@ ## 📑办公 -- [Microsoft 365 个人版](https://www.microsoft.com/zh-cn/microsoft-365/college-student-pricing):著名办公套件,包含1T的OneDrive空间。学生计划¥18/月(原计划¥39/月) +- [Microsoft 365 个人版](https://www.microsoft.com/zh-cn/microsoft-365/college-student-pricing):著名办公套件,包含 1T 的 OneDrive 空间。学生计划¥18/月 (原计划¥39/月) ## 🎨设计 diff --git "a/03-tools/Android/\345\212\240\345\257\206\351\200\232\350\256\257.md" "b/03-tools/Android/\345\212\240\345\257\206\351\200\232\350\256\257.md" index 60e2456..bd62fed 100644 --- "a/03-tools/Android/\345\212\240\345\257\206\351\200\232\350\256\257.md" +++ "b/03-tools/Android/\345\212\240\345\257\206\351\200\232\350\256\257.md" @@ -24,8 +24,8 @@ Telegram 是最广为认知的端到端加密聊天通讯软件,部分开发的源代码促进其生态的繁荣 -- [Telegram官方下载](https://t.me) -- **Telegram X**(==推荐==,仅Android) +- [Telegram 官方下载](https://t.me) +- **Telegram X**(==推荐==,仅 Android) - [Telegram X](https://github.com/TGX-Android/Telegram-X/releases/tag/v0.26.9.1730)