Skip to content

Commit

Permalink
chore: 🚧 Create empty branch
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Dec 1, 2024
1 parent 9383d59 commit 41a9b97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ async function main() {
console.error('Could not determine default branch sha');
process.exit(1);
}
await createBranch(octokit, owner, repo, '_codelimit_reports', sha);
const empty_tree_object = '4b825dc642cb6eb9a060e54bf8d69288fbee4904';
await createBranch(octokit, owner, repo, '_codelimit_reports', empty_tree_object);
} else {
console.log('Branch _codelimit_reports already exists');
}
Expand Down

0 comments on commit 41a9b97

Please sign in to comment.