Skip to content

Commit

Permalink
Print out session info
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Nov 2, 2023
1 parent a04720a commit 891d5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/find_issue.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ issue_titles <- githubr::get_issues(opt$repo, git_pat = opt$git_pat)$title
issue_exists <- any(grep('Broken URLs found in the course!', issue_titles))

# Print out the result
write(as.character(issue_exists), stdout())
write(sessionInfo(), stdout())

0 comments on commit 891d5be

Please sign in to comment.