Skip to content

Commit 0c4298a

Browse files
docs: add Cyberbeni as a contributor (#65)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * [auto] docs: update contributors badge Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 37e118a commit 0c4298a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.all-contributorsrc

+11-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,17 @@
138138
"contributions": [
139139
"ideas"
140140
]
141+
},
142+
{
143+
"login": "Cyberbeni",
144+
"name": "Benedek Kozma",
145+
"avatar_url": "https://avatars1.githubusercontent.com/u/8356175?v=4",
146+
"profile": "https://github.com/Cyberbeni",
147+
"contributions": [
148+
"ideas"
149+
]
141150
}
142151
],
143-
"contributorsPerLine": 7
152+
"contributorsPerLine": 7,
153+
"skipCi": true
144154
}

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Add & Commit
22
<a href="https://github.com/search?o=desc&q=EndBug%2Fadd-and-commit+path%3A.github%2Fworkflows+language%3AYAML&s=&type=Code" target="_blank" title="Public workflows that use this action."><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fapi-git-master.endbug.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3DEndBug%2Fadd-and-commit%26badge%3Dtrue" alt="Public workflows that use this action."></a>
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat)](#contributors-)
44

55
You can use this GitHub Action to commit changes made in your workflow run directly to your repo: for example, you use it to lint your code, update documentation, commit updated builds, etc....
66

@@ -168,6 +168,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
168168
<td align="center"><a href="https://github.com/pvogt09"><img src="https://avatars3.githubusercontent.com/u/50047961?v=4" width="100px;" alt=""/><br /><sub><b>pvogt09</b></sub></a><br /><a href="https://github.com/EndBug/add-and-commit/commits?author=pvogt09" title="Code">💻</a></td>
169169
<td align="center"><a href="http://hoten.cc"><img src="https://avatars1.githubusercontent.com/u/4071474?v=4" width="100px;" alt=""/><br /><sub><b>Connor Clark</b></sub></a><br /><a href="#ideas-connorjclark" title="Ideas, Planning, & Feedback">🤔</a></td>
170170
</tr>
171+
<tr>
172+
<td align="center"><a href="https://github.com/Cyberbeni"><img src="https://avatars1.githubusercontent.com/u/8356175?v=4" width="100px;" alt=""/><br /><sub><b>Benedek Kozma</b></sub></a><br /><a href="#ideas-Cyberbeni" title="Ideas, Planning, & Feedback">🤔</a></td>
173+
</tr>
171174
</table>
172175

173176
<!-- markdownlint-enable -->

0 commit comments

Comments
 (0)