Skip to content

Commit

Permalink
Update: contributors.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Apr 23, 2024
1 parent 84e9565 commit 5110563
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,17 @@ on:

jobs:
contrib-readme-job:
strategy:
matrix:
readme_path: [README.md, README-ZH.md]
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: README.md - Contribute List
- name: Contribute List - ${{ matrix.readme_path }}
uses: akhilmhdh/contributors-readme-action@v2.3.8
with:
image_size: 100
readme_path: README.md
readme_path: ${{ matrix.readme_path }}
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: README-ZH.md - Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.8
with:
image_size: 100
readme_path: README-ZH.md
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5110563

Please sign in to comment.