File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 17
17
* [ Customizing] ( #customizing )
18
18
* [ inputs] ( #inputs )
19
19
* [ Contributing] ( #contributing )
20
+ * [ License] ( #license )
20
21
21
22
## Usage
22
23
@@ -49,5 +50,16 @@ Following inputs can be used as `step.with` keys
49
50
50
51
# # Contributing
51
52
52
- Want to contribute? Awesome! You can find information about contributing to
53
- this project in the [CONTRIBUTING.md](/.github/CONTRIBUTING.md)
53
+ Want to contribute? Awesome! The most basic way to show your support is to star
54
+ the project, or to raise issues. If you want to open a pull request, please
55
+ read the [contributing guidelines](.github/CONTRIBUTING.md).
56
+
57
+ You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max)
58
+ or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this
59
+ journey continues indefinitely!
60
+
61
+ Thanks again for your support, it is much appreciated! :pray :
62
+
63
+ # # License
64
+
65
+ Apache-2.0. See `LICENSE` for more details.
Original file line number Diff line number Diff line change 1
1
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
2
2
name : ' Docker Setup Docker'
3
3
description : ' Set up Docker for use in GitHub Actions by downloading and installing a version of Docker CE'
4
- author : ' docker '
4
+ author : ' crazy-max '
5
5
branding :
6
6
icon : ' anchor'
7
7
color : ' blue'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docker-setup-docker" ,
3
- "description" : " Set up Docker CE" ,
3
+ "description" : " Set up Docker for use in GitHub Actions by downloading and installing a version of Docker CE" ,
4
4
"main" : " lib/main.js" ,
5
5
"scripts" : {
6
6
"build" : " ncc build src/main.ts --source-map --minify --license licenses.txt" ,
18
18
" docker" ,
19
19
" engine"
20
20
],
21
- "author" : " Docker" ,
22
- "contributors" : [
23
- {
24
- "name" : " CrazyMax" ,
25
- "url" : " https://crazymax.dev"
26
- }
27
- ],
21
+ "author" : " CrazyMax" ,
28
22
"license" : " Apache-2.0" ,
29
23
"dependencies" : {
30
24
"@actions/core" : " ^1.10.0" ,
You can’t perform that action at this time.
0 commit comments