Skip to content

Commit

Permalink
Use explicit keys in object literal
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Nov 17, 2024
1 parent 8b1120e commit 80ed1b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
});
Expand Down

0 comments on commit 80ed1b4

Please sign in to comment.