File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 node-version : 20
1818 registry-url : ' https://registry.npmjs.org'
19+
20+ - name : Generate Contributors Images
21+ uses : jaywcjlove/github-action-contributors@main
22+ id : contributors
23+ with :
24+ filter-author : (renovate\[bot\]|renovate-bot|dependabot\[bot\])
25+ output : CONTRIBUTORS.svg
26+ avatarSize : 42
27+
28+ - name : Modify README.md
29+ uses : jaywcjlove/github-action-modify-file-content@main
30+ with :
31+ path : README.md
32+ body : |
33+ ${{steps.contributors.outputs.htmlList}}
1934
2035 - run : npm publish --access public --provenance
2136 name : 📦 open-browsers to NPM
Original file line number Diff line number Diff line change @@ -27,6 +27,14 @@ if (openBrowsers('http://localhost:3000')) {
2727}
2828```
2929
30+ ## Contributors
31+
32+ As always, thanks to our amazing contributors!
33+
34+ <!-- GAMFC--> <!-- GAMFC-END-->
35+
36+ Made with [ contributors] ( https://github.com/jaywcjlove/github-action-contributors ) .
37+
3038### License
3139
3240` open-browsers ` is open source software licensed as MIT.
You can’t perform that action at this time.
0 commit comments