Skip to content

Commit

Permalink
feat: Updated scalafix/rules/src/main/scala/fix/Gi
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 10, 2024
1 parent 7cb2fa0 commit 8f57580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalafix/rules/src/main/scala/fix/GitHubActionsFix.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class GitHubActionsFix extends SemanticRule("GitHubActionsFix") {
case e: Exception =>
// Log the error message in case of failures
Patch.logger.error("An error occurred during the GitHub Actions fix: " + e.getMessage)
Patch.empty
fixGitHubActionsIssue()
}
}

Expand Down

0 comments on commit 8f57580

Please sign in to comment.