@@ -38,21 +38,21 @@ Add the following step to your GitHub workflow:
3838
3939## Inputs
4040
41- | Input | Description | Required | Default |
42- |-------| -------------| ----------| --------- |
43- | ` CONSUMER-KEY` | Your SDKMAN! consumer key | Yes | - |
44- | `CONSUMER-TOKEN` | Your SDKMAN! consumer token | Yes | - |
45- | `CANDIDATE` | The candidate name (e.g., java, scala, kotlin) | Yes | - |
46- | `VERSION` | The version to release | Yes | - |
47- | `URL` | The URL where the binary can be downloaded from | Yes | - |
48- | `PLATFORM` | The platform this binary is for | No | `UNIVERSAL` |
49- | `CHECKSUM-MD5` | MD5 checksum of the binary | No | - |
50- | `CHECKSUM-SHA-1` | SHA-1 checksum of the binary | No | - |
51- | `CHECKSUM-SHA-224` | SHA-224 checksum of the binary | No | - |
52- | `CHECKSUM-SHA-256` | SHA-256 checksum of the binary | No | - |
53- | `CHECKSUM-SHA-384` | SHA-384 checksum of the binary | No | - |
54- | `CHECKSUM-SHA-512` | SHA-512 checksum of the binary | No | - |
55- | `BACKEND` | The SDKMAN! vendor API endpoint | No | `https://vendors.sdkman.io` |
41+ | Input | Description | Required | Default |
42+ | ------------------ | ----------------------------------------------- | -------- | --------------------------- |
43+ | ` CONSUMER-KEY` | Your SDKMAN! consumer key | Yes | - |
44+ | `CONSUMER-TOKEN` | Your SDKMAN! consumer token | Yes | - |
45+ | `CANDIDATE` | The candidate name (e.g., java, scala, kotlin) | Yes | - |
46+ | `VERSION` | The version to release | Yes | - |
47+ | `URL` | The URL where the binary can be downloaded from | Yes | - |
48+ | `PLATFORM` | The platform this binary is for | No | `UNIVERSAL` |
49+ | `CHECKSUM-MD5` | MD5 checksum of the binary | No | - |
50+ | `CHECKSUM-SHA-1` | SHA-1 checksum of the binary | No | - |
51+ | `CHECKSUM-SHA-224` | SHA-224 checksum of the binary | No | - |
52+ | `CHECKSUM-SHA-256` | SHA-256 checksum of the binary | No | - |
53+ | `CHECKSUM-SHA-384` | SHA-384 checksum of the binary | No | - |
54+ | `CHECKSUM-SHA-512` | SHA-512 checksum of the binary | No | - |
55+ | `BACKEND` | The SDKMAN! vendor API endpoint | No | `https://vendors.sdkman.io` |
5656
5757# # Platform Values
5858
0 commit comments