Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalgupta022 committed Dec 27, 2023
1 parent 28daf5d commit 011abca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ async function run() {

// Log Changed files
core.info("Files to commit: " + JSON.stringify(filesToCommit));

core.info("Fix log")
if (commitAndPushChanges === true) {
// Generate DIff and commit changes
core.info("Attempting Committing Changes.");
Expand Down

0 comments on commit 011abca

Please sign in to comment.