Skip to content

Commit 4ac0eec

Browse files
efraespadaactions-user
authored andcommitted
gh-action: updated compiled files
1 parent 51810da commit 4ac0eec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/github_action/src/data/repository/branch_repository.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export declare class BranchRepository {
3333
totalCommits: number;
3434
files: {
3535
filename: string;
36-
status: "modified" | "added" | "removed" | "renamed" | "copied" | "changed" | "unchanged";
36+
status: "added" | "removed" | "modified" | "renamed" | "copied" | "changed" | "unchanged";
3737
additions: number;
3838
deletions: number;
3939
changes: number;

0 commit comments

Comments
 (0)