Skip to content

Commit

Permalink
🚀 Deploy new version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pabio-escobar committed Jul 5, 2022
1 parent 341bc09 commit 41e43b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69673,8 +69673,7 @@ const run = async () => {
child_process_1.execSync(`git config --global user.email "${commitEmail}"`, { stdio: "inherit" });
child_process_1.execSync(`git config --global user.name "${commitUsername}"`, { stdio: "inherit" });
child_process_1.execSync("git pull", { stdio: "inherit" });
child_process_1.execSync("git add .", { stdio: "inherit" });
child_process_1.execSync(`git commit -m "${commitMessage}"`, { stdio: "inherit" });
child_process_1.execSync(`git diff --quiet && git diff --staged --quiet || git commit -am "${commitMessage}"`, { stdio: "inherit" });
child_process_1.execSync("git push", { stdio: "inherit" });
}
catch (error) {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 41e43b5

Please sign in to comment.