Skip to content

Commit 684c7d7

Browse files
committed
fix(workflow): 修复工作流文件名称
- 将 `.github/workflows/CONTRIBUTORS.yml` 中的 `check-release` 任务重命名为 `generate-contributors`。 docs(readme): 为贡献者图表添加 HTML 注释 - 在 `README.md` 和 `README_EN.md` 中,为贡献者图表链接添加 HTML 注释 (`<!-- -->`),以提高可读性和兼容性。
1 parent e014395 commit 684c7d7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/CONTRIBUTORS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
check-release:
10+
generate-contributors:
1111
if: github.repository == 'anghunk/linuxdo-scripts'
1212
runs-on: ubuntu-latest
1313
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ Made with [contributors](https://github.com/jaywcjlove/github-action-contributor
120120

121121
<!-- ![Contributors](https://contrib.rocks/image?repo=anghunk/linuxdo-scripts) -->
122122

123-
![Stargazers repo roster for @anghunk/linuxdo-scripts](https://reporoster.com/stars/dark/anghunk/linuxdo-scripts)
123+
<!-- ![Stargazers repo roster for @anghunk/linuxdo-scripts](https://reporoster.com/stars/dark/anghunk/linuxdo-scripts)
124124
125-
![Forkers repo roster for @anghunk/linuxdo-scripts](https://reporoster.com/forks/dark/anghunk/linuxdo-scripts)
125+
![Forkers repo roster for @anghunk/linuxdo-scripts](https://reporoster.com/forks/dark/anghunk/linuxdo-scripts) -->
126126

127127
### 3. 参考项目
128128

README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ Made with [contributors](https://github.com/jaywcjlove/github-action-contributor
120120

121121
<!-- ![Contributors](https://contrib.rocks/image?repo=anghunk/linuxdo-scripts) -->
122122

123-
![Stargazers repo roster for @anghunk/linuxdo-scripts](https://reporoster.com/stars/dark/anghunk/linuxdo-scripts)
123+
<!-- ![Stargazers repo roster for @anghunk/linuxdo-scripts](https://reporoster.com/stars/dark/anghunk/linuxdo-scripts)
124124
125-
![Forkers repo roster for @anghunk/linuxdo-scripts](https://reporoster.com/forks/dark/anghunk/linuxdo-scripts)
125+
![Forkers repo roster for @anghunk/linuxdo-scripts](https://reporoster.com/forks/dark/anghunk/linuxdo-scripts) -->
126126

127127
### 3. Reference Projects
128128

0 commit comments

Comments
 (0)