Skip to content

Commit

Permalink
print logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocampama committed Jan 6, 2025
1 parent c2c66a9 commit 62de4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/copilot-action/IssueChecker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ struct IssueChecker: AsyncParsableCommand {
}

let path = try getStringEnv("GITHUB_STEP_SUMMARY")
print(path, FileHandle(forWritingAtPath: path))
guard let summaryHandle = FileHandle(forWritingAtPath: path) else {
throw StringError("Could not find issue in the PR")
}
Expand Down

0 comments on commit 62de4b9

Please sign in to comment.