Skip to content

Commit 3dc5386

Browse files
committed
update README
1 parent 27bd458 commit 3dc5386

File tree

1 file changed

+12
-22
lines changed

1 file changed

+12
-22
lines changed

README.md

+12-22
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You don't need to download assets and extract, add system pathes, this action wi
1313

1414
```yml
1515
- name: Get conftest CLI
16-
uses: KeisukeYamashita/[email protected]
16+
uses: odanado/[email protected]
1717
with:
1818
repository: open-policy-agent/conftest
1919
```
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v2
32-
- uses: KeisukeYamashita/[email protected]
32+
- uses: odanado/[email protected]
3333
with:
3434
repository: spinnaker/kleat
3535
tag: v0.3.0
@@ -38,24 +38,23 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@v2
41-
- uses: KeisukeYamashita/[email protected]
41+
- uses: odanado/[email protected]
4242
with:
4343
repository: spinnaker/kleat
4444
# Use the "kleat" command in the later steps
4545
```
4646

4747
### Action inputs
4848

49-
| Name | Description | Default |
50-
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- |
51-
| `arch` | The asset arch target. | `amd64` |
52-
| `archive` | Archive type. Currently, `tar.gz`, `darwin` and `zip` is supported. | `tar.gz` |
53-
| `installPath` | Path to install the extracted asset | UUID |
54-
| `repository` | The GitHub repository where it is released | `true` |
55-
| `number` | The number of the issue to post. | `github.event.issue.number` |
56-
| `platform` | Assets target platform. `linux`, `darwin` is supported. | `linux` |
57-
| `tag` | GitHub tag of the release | `latest` |
58-
| `token` | `GITHUB_TOKEN` or a `repo` scoped [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token). | `GITHUB_TOKEN` |
49+
| Name | Description | Default |
50+
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
51+
| `arch` | The asset arch target. This value is case-insensitive. | `runner.arch` |
52+
| `archive` | Archive type. Currently, `tar.gz`, `darwin` and `zip` is supported. | `tar.gz` |
53+
| `installPath` | Path to install the extracted asset | UUID |
54+
| `repository` | The GitHub repository where it is released | `true` |
55+
| `platform` | Assets target platform. `linux`, `darwin` is supported. This value is case-insensitive. | `runner.os` |
56+
| `tag` | GitHub tag of the release | `latest` |
57+
| `token` | `GITHUB_TOKEN` or a `repo` scoped [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token). | `GITHUB_TOKEN` |
5958

6059
_Note: You cannot use this action if the asset name is not included in the asset name because the search is based on the three inputs(`arch`, `archive` and `platform`) in the asset.name field._
6160

@@ -81,12 +80,3 @@ The user associated with the PAT must have write access to the repository.
8180
## License
8281

8382
[MIT](LICENSE)
84-
85-
<!-- Badge links -->
86-
87-
[ci]: https://github.com/KeisukeYamashita/setup-release/workflows/build-test/badge.svg
88-
[ci-status]: https://github.com/KeisukeYamashita/setup-release/actions?query=workflow%3Abuild-test
89-
[marketplace]: https://img.shields.io/badge/Marketplace-Setup%20Release-blue.svg?colorA=24292e&colorB=0366d6&style=flat&longCache=true&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAM6wAADOsB5dZE0gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAERSURBVCiRhZG/SsMxFEZPfsVJ61jbxaF0cRQRcRJ9hlYn30IHN/+9iquDCOIsblIrOjqKgy5aKoJQj4O3EEtbPwhJbr6Te28CmdSKeqzeqr0YbfVIrTBKakvtOl5dtTkK+v4HfA9PEyBFCY9AGVgCBLaBp1jPAyfAJ/AAdIEG0dNAiyP7+K1qIfMdonZic6+WJoBJvQlvuwDqcXadUuqPA1NKAlexbRTAIMvMOCjTbMwl1LtI/6KWJ5Q6rT6Ht1MA58AX8Apcqqt5r2qhrgAXQC3CZ6i1+KMd9TRu3MvA3aH/fFPnBodb6oe6HM8+lYHrGdRXW8M9bMZtPXUji69lmf5Cmamq7quNLFZXD9Rq7v0Bpc1o/tp0fisAAAAASUVORK5CYII=
90-
[marketplace-status]: https://github.com/marketplace/actions/setup-release
91-
[mergify]: https://mergify.io
92-
[mergify-status]: https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/KeisukeYamashita/setup-release&style=flat

0 commit comments

Comments
 (0)