File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- - name : Generate Contributors Images
2- uses : jaywcjlove/github-action-contributors@main
3- id : contributors
4- with :
5- filter-author : (renovate\[bot\]|renovate-bot|dependabot\[bot\])
6- avatarSize : 42
1+ name : Generate Contributors Images
72
8- - name : Modify README.md
9- uses : jaywcjlove/github-action-modify-file-content@main
10- with :
11- path : README.md
12- body : ' ${{steps.contributors.outputs.htmlList}}'
3+ on :
4+ push :
5+ branches :
6+ - main
7+ workflow_dispatch :
8+
9+ jobs :
10+ check-release :
11+ if : github.repository == 'anghunk/linuxdo-scripts'
12+ runs-on : ubuntu-latest
13+ steps :
14+ - name : Generate Contributors Images
15+ uses : jaywcjlove/github-action-contributors@main
16+ id : contributors
17+ with :
18+ filter-author : (renovate\[bot\]|renovate-bot|dependabot\[bot\])
19+ avatarSize : 42
20+
21+ - name : Modify README.md
22+ uses : jaywcjlove/github-action-modify-file-content@main
23+ with :
24+ path : README.md
25+ body : ' ${{steps.contributors.outputs.htmlList}}'
Original file line number Diff line number Diff line change 88
99jobs :
1010 check-release :
11+ if : github.repository == 'anghunk/linuxdo-scripts'
1112 runs-on : ubuntu-latest
1213 steps :
1314 - name : Checkout code
You can’t perform that action at this time.
0 commit comments