Skip to content

Commit b07facd

Browse files
build action
1 parent 57216be commit b07facd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15102,7 +15102,7 @@ var main = async () => {
1510215102
core.info("[INFO] No changes to the repo detected, exiting");
1510315103
return;
1510415104
}
15105-
(0, import_exec.exec)("git", ["commit", "-m", "Repo visualizer: updated diagram"]);
15105+
await (0, import_exec.exec)("git", ["commit", "-m", "Repo visualizer: updated diagram"]);
1510615106
await (0, import_exec.exec)("git", ["push"]);
1510715107
console.log("All set!");
1510815108
};

0 commit comments

Comments
 (0)