Skip to content

Commit f3c51a3

Browse files
committed
update README
Signed-off-by: CrazyMax <[email protected]>
1 parent c47ad32 commit f3c51a3

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

README.md

+8-19
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ___
1313
* [Usage](#usage)
1414
* [Customizing](#customizing)
1515
* [inputs](#inputs)
16-
* [Keep up-to-date with GitHub Dependabot](#keep-up-to-date-with-github-dependabot)
16+
* [Contributing](#contributing)
1717

1818
## Usage
1919

@@ -38,10 +38,10 @@ jobs:
3838
3939
Following inputs can be used as `step.with` keys
4040

41-
| Name | Type | Description |
42-
|------------------|---------|------------------------------------|
43-
| `image` | String | QEMU static binaries Docker image (default [`tonistiigi/binfmt:latest`](https://hub.docker.com/r/tonistiigi/binfmt/tags)) |
44-
| `platforms` | String | Platforms to install (e.g. `arm64,riscv64,arm` ; default `all`) |
41+
| Name | Type | Description |
42+
|-------------|--------|---------------------------------------------------------------------------------------------------------------------------|
43+
| `image` | String | QEMU static binaries Docker image (default [`tonistiigi/binfmt:latest`](https://hub.docker.com/r/tonistiigi/binfmt/tags)) |
44+
| `platforms` | String | Platforms to install (e.g. `arm64,riscv64,arm` ; default `all`) |
4545

4646
### outputs
4747

@@ -51,18 +51,7 @@ Following outputs are available
5151
|---------------|---------|---------------------------------------|
5252
| `platforms` | String | Available platforms (comma separated) |
5353

54-
## Keep up-to-date with GitHub Dependabot
54+
## Contributing
5555

56-
Since [Dependabot](https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot)
57-
has [native GitHub Actions support](https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem),
58-
to enable it on your GitHub repo all you need to do is add the `.github/dependabot.yml` file:
59-
60-
```yaml
61-
version: 2
62-
updates:
63-
# Maintain dependencies for GitHub Actions
64-
- package-ecosystem: "github-actions"
65-
directory: "/"
66-
schedule:
67-
interval: "daily"
68-
```
56+
Want to contribute? Awesome! You can find information about contributing to
57+
this project in the [CONTRIBUTING.md](/.github/CONTRIBUTING.md)

0 commit comments

Comments
 (0)