File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
node-version : 20
18
18
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}}
19
34
20
35
- run : npm publish --access public --provenance
21
36
name : 📦 open-browsers to NPM
Original file line number Diff line number Diff line change @@ -27,6 +27,14 @@ if (openBrowsers('http://localhost:3000')) {
27
27
}
28
28
```
29
29
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
+
30
38
### License
31
39
32
40
` open-browsers ` is open source software licensed as MIT.
You can’t perform that action at this time.
0 commit comments