From 195353b448d00f0b963ba36e25f8de9f51ddaa40 Mon Sep 17 00:00:00 2001
From: KirisameVanilla <118162831+KirisameVanilla@users.noreply.github.com>
Date: Tue, 2 Sep 2025 11:33:11 +0800
Subject: [PATCH] docs: add badges and change ci triggers, now runs at 7am
every morning
---
.github/workflows/contributors-readme.yml | 32 +++++++++++------------
README.md | 4 +++
2 files changed, 20 insertions(+), 16 deletions(-)
diff --git a/.github/workflows/contributors-readme.yml b/.github/workflows/contributors-readme.yml
index 55aa8a1..a2b4ca3 100644
--- a/.github/workflows/contributors-readme.yml
+++ b/.github/workflows/contributors-readme.yml
@@ -1,19 +1,19 @@
on:
- push:
- branches:
- - master
+ workflow_dispatch:
+ schedule:
+ - cron: '0 23 * * *'
jobs:
- contributors-readme-job:
- runs-on: ubuntu-latest
- name: A job to automate contrib in readme
- permissions:
- contents: write
- pull-requests: write
- steps:
- - name: Contribute List
- uses: akhilmhdh/contributors-readme-action@v2.3.11
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- with:
- commit_message: "docs: Update contributors list in README"
\ No newline at end of file
+ contributors-readme-job:
+ runs-on: ubuntu-latest
+ name: A job to automate contrib in readme
+ permissions:
+ contents: write
+ pull-requests: write
+ steps:
+ - name: Contribute List
+ uses: akhilmhdh/contributors-readme-action@v2.3.11
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ commit_message: "docs: Update contributors list in README"
\ No newline at end of file
diff --git a/README.md b/README.md
index 9117815..5f4eeba 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
# SharedCourses
+
+
+
+
> 本项目起源于 [タクヤマ](https://github.com/takuyamafuru) 的 [ECNU_Crypt_Student_Manual](https://github.com/BetterECNU/ECNU_Crypt_Student_Manual)
> 由 [Eagle233](https://github.com/Eagle233Fake) 提出整合想法, 并建立第一版仓库 [ECNU-SharedCourses](https://github.com/BetterECNU/ECNU-SharedCourses)
> 经由 [KirisameVanilla](https://github.com/KirisameVanilla) 重构, 最终呈现为本仓库。