Skip to content

Commit

Permalink
Create update_readme_contributors.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
578223592 authored Mar 29, 2024
1 parent af8b3ad commit 86159fd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/update_readme_contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- main

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Update contributors in README.md
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
image_size: 80
columns_per_row: 8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 86159fd

Please sign in to comment.