Skip to content

Commit

Permalink
fix: Action should now only commit once, not twice
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 27, 2024
1 parent 9a2facd commit 042eaf8
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 @@ -113854,7 +113854,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 042eaf8

Please sign in to comment.