Skip to content

Commit

Permalink
add contributors action
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 23, 2024
1 parent 2be6176 commit f857ccb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches:
- main

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ If you find our paper and code useful in your research, please consider giving a


## ✊ Contributors

<!-- readme: contributors -start -->
<!-- readme: contributors -end -->

0 comments on commit f857ccb

Please sign in to comment.