Skip to content

Commit bd4b596

Browse files
Bump @octokit/plugin-paginate-rest from 9.2.1 to 9.2.2 (#30)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hamza Remmal <[email protected]>
1 parent b70f07b commit bd4b596

File tree

4 files changed

+22
-21
lines changed

4 files changed

+22
-21
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4265,7 +4265,7 @@ __export(dist_src_exports, {
42654265
module.exports = __toCommonJS(dist_src_exports);
42664266

42674267
// pkg/dist-src/version.js
4268-
var VERSION = "9.2.1";
4268+
var VERSION = "9.2.2";
42694269

42704270
// pkg/dist-src/normalize-paginated-list-response.js
42714271
function normalizePaginatedListResponse(response) {
@@ -4313,7 +4313,7 @@ function iterator(octokit, route, parameters) {
43134313
const response = await requestMethod({ method, url, headers });
43144314
const normalizedResponse = normalizePaginatedListResponse(response);
43154315
url = ((normalizedResponse.headers.link || "").match(
4316-
/<([^>]+)>;\s*rel="next"/
4316+
/<([^<>]+)>;\s*rel="next"/
43174317
) || [])[1];
43184318
return { value: normalizedResponse };
43194319
} catch (error) {

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)