Skip to content

Commit a874c32

Browse files
authored
Create main.yml
1 parent 116b140 commit a874c32

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)