Skip to content

Commit

Permalink
fix: use issue 1
Browse files Browse the repository at this point in the history
Signed-off-by: Kami Wan <[email protected]>
  • Loading branch information
KaimingWan authored and Kami Wan committed Jun 3, 2024
1 parent df49292 commit 0700366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow_scripts/js/generate_report.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
const {Octokit} = require("@octokit/rest");

const repoName = process.env.GITHUB_REPOSITORY_NAME;
const issue_number = 2; // 这个值应该根据你的需求来设置
const issue_number = 1; // 这个值应该根据你的需求来设置

const octokit = new Octokit({
auth: process.env.GITHUB_TOKEN
Expand Down

0 comments on commit 0700366

Please sign in to comment.