Skip to content

Commit

Permalink
fix: Action should now only commit once, not twice (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
thelukewalton and github-actions authored Aug 27, 2024
1 parent d4a5194 commit b06c962
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113864,7 +113864,6 @@ const push = async (coverageDirectory) => {
}
};
exports.push = push;
(0, exports.push)(".coverage");


/***/ }),
Expand Down
2 changes: 0 additions & 2 deletions src/scripts/push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,3 @@ export const push = async (coverageDirectory: string) => {
}
}
};

push(".coverage");

0 comments on commit b06c962

Please sign in to comment.