Skip to content

Commit

Permalink
Use correct var name
Browse files Browse the repository at this point in the history
  • Loading branch information
glormph committed Nov 29, 2023
1 parent 5ec3656 commit 73f90f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async function checkEditedInstrumentsOrTasks(instruments, tasks) {
await octokit.rest.issues.update({
owner: process.env.GITHUB_REPOSITORY_OWNER,
repo: process.env.GITHUB_REPO_NAME,
issue_number: issue.issuenumber,
issue_number: issuedata.issuenumber,
state: 'closed',
});
}
Expand Down

0 comments on commit 73f90f0

Please sign in to comment.