@@ -43,12 +43,12 @@ jobs:
4343
4444#### Inputs
4545
46- | Input | Description | Required | Default |
47- | ------------------ | ----------------------------------------------------- | -------- | -------------------- |
48- | ` firewall-version` | Specify the firewall version number | No | `latest` |
49- | `job-summary` | Create a [job summary][job-summary] | No | `true` |
50- | `use-cache` | Cache the Socket binaries (force download if `false`) | No | `true` |
51- | `github-token` | GitHub API Token used for downloading binaries | No | `${{ github.token}}` |
46+ | Input | Description | Required | Default |
47+ | ------------------ | ---------------------------------------------------------------- | -------- | -------------------- |
48+ | ` firewall-version` | Specify the firewall version number | No | `latest` |
49+ | `job-summary` | Create a [job summary][job-summary] (`all`, `errors`, or `none`) | No | `all` |
50+ | `use-cache` | Cache the Socket binaries (force download if `false`) | No | `true` |
51+ | `github-token` | GitHub API Token used for downloading binaries | No | `${{ github.token}}` |
5252
5353# ### Outputs
5454
@@ -88,13 +88,13 @@ jobs:
8888
8989# ### Inputs
9090
91- | Input | Description | Required | Default |
92- | ------------------ | ----------------------------------------------------- | -------- | -------------------- |
93- | `firewall-version` | Specify the firewall version number | No | `latest` |
94- | `job-summary` | Create a [job summary][job-summary] | No | `true` |
95- | `use-cache` | Cache the Socket binaries (force download if `false`) | No | `true` |
96- | `github-token` | GitHub API Token used for downloading binaries | No | `${{ github.token}}` |
97- | `socket-token` | Socket API Token | **YES** | `-` |
91+ | Input | Description | Required | Default |
92+ | ------------------ | ---------------------------------------------------------------- | -------- | -------------------- |
93+ | `firewall-version` | Specify the firewall version number | No | `latest` |
94+ | `job-summary` | Create a [job summary][job-summary] (`all`, `errors`, or `none`) | No | `all` |
95+ | `use-cache` | Cache the Socket binaries (force download if `false`) | No | `true` |
96+ | `github-token` | GitHub API Token used for downloading binaries | No | `${{ github.token}}` |
97+ | `socket-token` | Socket API Token | **YES** | `-` |
9898
9999# ### Outputs
100100
@@ -104,4 +104,3 @@ jobs:
104104| `firewall-path-binary` | Path to the installed binary |
105105
106106[job-summary] : https://github.blog/news-insights/product-news/supercharging-github-actions-with-job-summaries
107- [job-summary] : https://github.blog/news-insights/product-news/supercharging-github-actions-with-job-summaries
0 commit comments