Use explicit keys in object literal

This commit is contained in:
Adam Turner
2024-11-17 18:39:52 +00:00
parent 8b1120ea90
commit 80ed1b4cd1

View File

@@ -46,8 +46,8 @@ jobs:
core.debug(`Locking #${thread_num} (${thread_type})`);
// https://octokit.github.io/rest.js/v21/#issues-lock
await github.rest.issues.lock({
OWNER,
REPO,
owner: OWNER,
repo: REPO,
issue_number: thread_num,
lock_reason: "resolved",
});