Skip to content

Commit a36b35c

Browse files
docs: update README.md [skip ci]
1 parent ca64385 commit a36b35c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Base64 to File
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
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.
47

@@ -29,3 +32,22 @@ The Action has an output variable named filePath that you can use as this file i
2932
with:
3033
filelocation: ${{ steps.write_file.outputs.filePath }}
3134
```
35+
36+
## Contributors ✨
37+
38+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
39+
40+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
41+
<!-- prettier-ignore-start -->
42+
<!-- markdownlint-disable -->
43+
<table>
44+
<tr>
45+
<td align="center"><a href="https://github.com/filipkowicz"><img src="https://avatars3.githubusercontent.com/u/4691550?v=4" width="100px;" alt=""/><br /><sub><b>Michał Filipek</b></sub></a><br /><a href="https://github.com/timheuer/base64-to-file/commits?author=filipkowicz" title="Documentation">📖</a></td>
46+
</tr>
47+
</table>
48+
49+
<!-- markdownlint-enable -->
50+
<!-- prettier-ignore-end -->
51+
<!-- ALL-CONTRIBUTORS-LIST:END -->
52+
53+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)