There was an error while loading. Please reload this page.
1 parent 116b140 commit a874c32Copy full SHA for a874c32
.github/workflows/main.yml
@@ -0,0 +1,16 @@
1
+on: [push, pull_request]
2
+
3
+jobs:
4
+ contrib-readme-job:
5
+ runs-on: ubuntu-latest
6
+ name: A job to automate contrib in readme
7
+ steps:
8
+ - name: Contribute List
9
+ uses: akhilmhdh/contributors-readme-action@v2.1.2
10
+ with:
11
+ image_size: 100(px)
12
+ columns_per_row: 3
13
+ committer_username: ThusharaX
14
+ commit_message: Contributors list updated
15
+ env:
16
+ GITHUB_TOKEN: ${{ secrets.CON_TOKEN }}
0 commit comments