From f07c3a9557c594b0931381e124bea38955311a5a Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:27:04 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2e303da..bcb2fe9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Base64 to File -[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-) Use this action if you need to get a file from a base64-encoded string that you may be storing in Secrets or elsewhere. This can be useful for certificate signing and storing the base64 cert in the Secrets. @@ -56,17 +56,18 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - - - - - - + + + + + + + - - + + +
MichaΕ‚ Filipek
MichaΕ‚ Filipek

πŸ“–
Tim Heuer
Tim Heuer

πŸ’» πŸ“–
tubone(Yu Otsubo)
tubone(Yu Otsubo)

πŸ’»
GG
GG

πŸ“–
Daniel Zarins
Daniel Zarins

πŸ›
Robbie Frodsham
Robbie Frodsham

πŸ›
Basti
Basti

πŸ› πŸ’»
MichaΕ‚ Filipek
MichaΕ‚ Filipek

πŸ“–
Tim Heuer
Tim Heuer

πŸ’» πŸ“–
tubone(Yu Otsubo)
tubone(Yu Otsubo)

πŸ’»
GG
GG

πŸ“–
Daniel Zarins
Daniel Zarins

πŸ›
Robbie Frodsham
Robbie Frodsham

πŸ›
Basti
Basti

πŸ› πŸ’»
Codemenschen Android
Codemenschen Android

πŸ›
Osmund Maheswaran
Osmund Maheswaran

πŸ›
Codemenschen Android
Codemenschen Android

πŸ›
Osmund Maheswaran
Osmund Maheswaran

πŸ›
Rui Chen
Rui Chen

πŸ’»
From ce53155905f3e1b26757855e82f35d8ba14a429a Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:27:05 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 11396e1..639012c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -87,6 +87,15 @@ "contributions": [ "bug" ] + }, + { + "login": "chenrui333", + "name": "Rui Chen", + "avatar_url": "https://avatars.githubusercontent.com/u/1580956?v=4", + "profile": "http://chenrui.dev", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, @@ -95,5 +104,6 @@ "repoType": "github", "repoHost": "https://github.com", "skipCi": true, - "commitConvention": "angular" + "commitConvention": "angular", + "commitType": "docs" }