Skip to content

Commit

Permalink
[actions] Build of 0eb647d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 4, 2023
1 parent 1852a6a commit 341d462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion typescript/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var Status;
Status["Failure"] = "Failure";
Status["Warning"] = "Warning";
Status["Ok"] = "Correct";
})(Status = exports.Status || (exports.Status = {}));
})(Status || (exports.Status = Status = {}));
class Result {
constructor(status, message = '', commit = undefined) {
this.status = Status.Failure;
Expand Down
2 changes: 1 addition & 1 deletion typescript/dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 341d462

Please sign in to comment.