Skip to content

Commit 8e4a991

Browse files
committed
add github action
1 parent e32b10a commit 8e4a991

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/main.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
jobs:
7+
contrib-readme-job:
8+
runs-on: ubuntu-latest
9+
name: A job to automate contrib in readme
10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
steps:
14+
- name: Contribute List
15+
uses: akhilmhdh/[email protected]
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ git merge <branch-name>
8888
- [Interactive Git Tutorial](https://learngitbranching.js.org/)
8989
- [Git Cheat Sheet](https://education.github.com/git-cheat-sheet-education.pdf)
9090

91+
## Contributers
92+
93+
<!-- readme: contributors -start -->
94+
<!-- readme: contributors -end -->
95+
9196
---
9297

9398
*Remember: Everyone was a beginner once. Don't be afraid to make mistakes—that's what version control is for!* 😊

0 commit comments

Comments
 (0)