Skip to content

Commit 80ed1b4

Browse files
committed
Use explicit keys in object literal
1 parent 8b1120e commit 80ed1b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
core.debug(`Locking #${thread_num} (${thread_type})`);
4747
// https://octokit.github.io/rest.js/v21/#issues-lock
4848
await github.rest.issues.lock({
49-
OWNER,
50-
REPO,
49+
owner: OWNER,
50+
repo: REPO,
5151
issue_number: thread_num,
5252
lock_reason: "resolved",
5353
});

0 commit comments

Comments
 (0)