Skip to content

Commit

Permalink
add context
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinslin committed Sep 12, 2023
1 parent 700fc62 commit 9412174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/generate-weekly-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ async function processComponents() {
}

async function main({ github, context }) {
debug({msg: "running main", context})
const lookbackData = genLookbackDates();
const {issuesData, previousReport} = await processIssues({ github, context, lookbackData })
const componentData = await processComponents()
Expand Down

0 comments on commit 9412174

Please sign in to comment.