Skip to content

Commit

Permalink
build update
Browse files Browse the repository at this point in the history
  • Loading branch information
crs-k committed Jan 4, 2024
1 parent a1cc338 commit 7fea917
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/functions/get-branches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export async function getBranches(): Promise<BranchResponse[]> {
{
owner,
repo,
protected: false,
protection: {
enabled: false
},
per_page: 100
},
response => response.data.map(branch => ({branchName: branch.name, commmitSha: branch.commit.sha}) as BranchResponse)
Expand Down

0 comments on commit 7fea917

Please sign in to comment.