Skip to content

Commit

Permalink
💭 chore(custom): 恢复actions脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu-Jun committed Sep 26, 2024
1 parent c9cb1f0 commit 21e9b0d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches:
- main

# 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/contributors-readme-action@v2.3.4
with:
image_size: 80
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}

0 comments on commit 21e9b0d

Please sign in to comment.