Skip to content

Commit 17a64e4

Browse files
docs formatting
1 parent fe5d85c commit 17a64e4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ This GitHub Action installs the Cloudsmith CLI and pre-authenticates it using OI
66
77
## Inputs
88

9-
- [`cli-version`](action.yml): A specific version of the Cloudsmith CLI to install (optional). 📦
10-
- [`api-key`](action.yml): API Key for Cloudsmith (optional). 🔑
11-
- [`oidc-namespace`](action.yml): Cloudsmith organisation/namespace for OIDC (optional). 🌐
12-
- [`oidc-service-slug`](action.yml): Cloudsmith service account slug for OIDC (optional). 🐌
13-
- [`oidc-auth-only`](action.yml): Only perform OIDC authentication without installing the CLI (optional, default: false). 🔐
14-
- [`oidc-auth-retry`](action.yml): Number of retry attempts for OIDC authentication (0-10), 5 seconds delay between retries (optional, default: 3). 🔄
15-
- [`pip-install`](action.yml): Install the Cloudsmith CLI via pip (optional). 🐍
16-
- [`executable-path`](action.yml): Path to the Cloudsmith CLI executable (optional, default: `GITHUB_WORKSPACE/bin/`). 🛠️
9+
- `cli-version` (action.yml): A specific version of the Cloudsmith CLI to install (optional). 📦
10+
- `api-key` (action.yml): API Key for Cloudsmith (optional). 🔑
11+
- `oidc-namespace` (action.yml): Cloudsmith organisation/namespace for OIDC (optional). 🌐
12+
- `oidc-service-slug` (action.yml): Cloudsmith service account slug for OIDC (optional). 🐌
13+
- `oidc-auth-only` (action.yml): Only perform OIDC authentication without installing the CLI (optional, default: false). 🔐
14+
- `oidc-auth-retry` (action.yml): Number of retry attempts for OIDC authentication (0-10), 5 seconds delay between retries (optional, default: 3). 🔄
15+
- `pip-install` (action.yml): Install the Cloudsmith CLI via pip (optional). 🐍
16+
- `executable-path` (action.yml): Path to the Cloudsmith CLI executable (optional, default: `GITHUB_WORKSPACE/bin/`). 🛠️
1717

1818
## CLI Configuration Inputs ([documentation](https://github.com/cloudsmith-io/cloudsmith-cli?tab=readme-ov-file#non-credentials-configini))
1919

20-
- [`api-host`](action.yml): API Host for Cloudsmith (optional). 🌐
21-
- [`api-proxy`](action.yml): API Proxy for Cloudsmith (optional). 🔗
22-
- [`api-ssl-verify`](action.yml): Verify SSL certificates for Cloudsmith API (optional). 🔒
23-
- [`api-user-agent`](action.yml): User Agent for Cloudsmith API (optional). 🕵️‍♂️
20+
- `api-host`: API Host for Cloudsmith (optional). 🌐
21+
- `api-proxy`: API Proxy for Cloudsmith (optional). 🔗
22+
- `api-ssl-verify`: Verify SSL certificates for Cloudsmith API (optional). 🔒
23+
- `api-user-agent`: User Agent for Cloudsmith API (optional). 🕵️‍♂️
2424

2525
## Example Usage with OIDC
2626

0 commit comments

Comments
 (0)