Skip to content

Commit b06c962

Browse files
thelukewaltongithub-actions
andauthored
fix: Action should now only commit once, not twice (#39)
Co-authored-by: github-actions <[email protected]>
1 parent d4a5194 commit b06c962

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113864,7 +113864,6 @@ const push = async (coverageDirectory) => {
113864113864
}
113865113865
};
113866113866
exports.push = push;
113867-
(0, exports.push)(".coverage");
113868113867

113869113868

113870113869
/***/ }),

src/scripts/push.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,3 @@ export const push = async (coverageDirectory: string) => {
5555
}
5656
}
5757
};
58-
59-
push(".coverage");

0 commit comments

Comments
 (0)