Skip to content

Commit

Permalink
fix: get trees recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
abemedia committed Jul 30, 2021
1 parent 827b0c7 commit d98ed71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/allModules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export async function getAllModules(token: string): Promise<string[]> {
owner: context.repo.owner,
repo: context.repo.repo,
tree_sha: head,
recursive: 'true',
})

if (response.status !== 200) {
Expand Down

0 comments on commit d98ed71

Please sign in to comment.