Skip to content

Commit

Permalink
index 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Jun 20, 2024
1 parent af9dfbc commit f6ed4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/scripts/GetRepoInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const repos = [['qiime2', 'qiime2'], ['qiime2', 'q2cli'], ['qiime2', 'q2-types']
const repo_infos = {};

// const token = core.getInput('github-token');
console.log(process.argv[1])
const octokit = github.getOctokit(process.argv[1]);
// console.log(process.argv[1])
const octokit = github.getOctokit(process.argv[2]);

for (const repo of repos) {
const repo_info = {};
Expand Down

0 comments on commit f6ed4cb

Please sign in to comment.