Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Oct 11, 2024
1 parent ff23395 commit 2421a86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ abstract class ChangelogVerification : DefaultTask() {

// Export errors so that they can be listed in the PR comment
val errorFile = File(outputDirectory.get().asFile, "changelog_errors.txt")
println("path: ${errorFile.path}")
println("saved error file to: ${errorFile.path}")

errorFile.appendText("I have detected some issues with your pull request:\n\n")

Expand Down

0 comments on commit 2421a86

Please sign in to comment.