Skip to content

Commit 92e1039

Browse files
authored
Merge pull request #9 from crazy-max/update-community-files
update community files
2 parents a2ce6b1 + 50de6ae commit 92e1039

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ___
1717
* [Customizing](#customizing)
1818
* [inputs](#inputs)
1919
* [Contributing](#contributing)
20+
* [License](#license)
2021

2122
## Usage
2223

@@ -49,5 +50,16 @@ Following inputs can be used as `step.with` keys
4950

5051
## Contributing
5152

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.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
22
name: 'Docker Setup Docker'
33
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'
55
branding:
66
icon: 'anchor'
77
color: 'blue'

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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",
44
"main": "lib/main.js",
55
"scripts": {
66
"build": "ncc build src/main.ts --source-map --minify --license licenses.txt",
@@ -18,13 +18,7 @@
1818
"docker",
1919
"engine"
2020
],
21-
"author": "Docker",
22-
"contributors": [
23-
{
24-
"name": "CrazyMax",
25-
"url": "https://crazymax.dev"
26-
}
27-
],
21+
"author": "CrazyMax",
2822
"license": "Apache-2.0",
2923
"dependencies": {
3024
"@actions/core": "^1.10.0",

0 commit comments

Comments
 (0)