-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
on: | ||
push: | ||
branches: | ||
- beta12 | ||
|
||
# action 名称 | ||
name: Contributes | ||
|
||
jobs: | ||
# 任务 | ||
contrib-readme-en-job: | ||
runs-on: ubuntu-latest | ||
name: A job to automate contrib in readme | ||
steps: | ||
- name: Contribute List | ||
uses: akhilmhdh/[email protected] | ||
with: | ||
image_size: 80 | ||
use_username: true | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.YFT_DESIGN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,3 +164,11 @@ email: [email protected] | |
|
||
## License | ||
Licensed under the MIT License. | ||
|
||
## 管理员 | ||
<!-- readme: collaborators -start --> | ||
<!-- readme: collaborators -end --> | ||
|
||
## 贡献者 | ||
<!-- readme: collaborators,contributors -start --> | ||
<!-- readme: collaborators,contributors -end --> |