Skip to content

Commit 493ddf3

Browse files
committed
fix it
1 parent 2de596f commit 493ddf3

File tree

1 file changed

+1
-2
lines changed
  • dev-packages/release-comment-issues-gh-action

1 file changed

+1
-2
lines changed

dev-packages/release-comment-issues-gh-action/index.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ async function run() {
1212
return;
1313
}
1414

15-
const { repo } = context;
16-
const {owner} = repo;
15+
const {owner, repo} = context.repo;
1716

1817
const octokit = getOctokit(githubToken);
1918

0 commit comments

Comments
 (0)