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 88bb060 commit a1cc338
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 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.

3 changes: 0 additions & 3 deletions src/functions/get-branches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ export async function getBranches(): Promise<BranchResponse[]> {
{
owner,
repo,
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 a1cc338

Please sign in to comment.