Skip to content

Commit

Permalink
Update find-successful-workflow.ts
Browse files Browse the repository at this point in the history
Co-authored-by: James Henry <[email protected]>
  • Loading branch information
mandarini and JamesHenry authored Aug 29, 2024
1 parent 5ae1486 commit a061e72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions find-successful-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ let BASE_SHA: string;
},
);
BASE_SHA =
// 4b825dc642cb6eb9a060e54bf8d69288fbee4904 is the expected result of hashing the empty tree
emptyTreeRes.stdout ?? `4b825dc642cb6eb9a060e54bf8d69288fbee4904`;
} else {
BASE_SHA = baseRes.stdout;
Expand Down

0 comments on commit a061e72

Please sign in to comment.