Skip to content

Commit

Permalink
update: bump dist
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed May 15, 2024
1 parent c7344cd commit fde23cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31896,7 +31896,9 @@ function run(inputParams) {
git
.commit(commitMessage)
.then(() => {
core.info("Files committed successfully!");
void git.push().then(() => {
core.info("Files committed successfully!");
});
})
.catch((err) => {
throw err;
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit fde23cd

Please sign in to comment.