Skip to content

Commit 29449c3

Browse files
authored
Create sync-contributors.yml
1 parent 00fb028 commit 29449c3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: sync-contributors
4+
5+
6+
on:
7+
push:
8+
branches:
9+
- master
10+
11+
jobs:
12+
contrib-readme-job:
13+
runs-on: ubuntu-latest
14+
name: A job to automate contrib in readme
15+
steps:
16+
- name: Contribute List
17+
uses: akhilmhdh/[email protected]
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)