Skip to content

Commit

Permalink
Actually what I did won't work!
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Nov 2, 2023
1 parent 891d5be commit 918083d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/find_issue.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ option_list <- list(
)
)

# Print out the result
write(sessionInfo(), stdout())

# Read the arguments passed
opt_parser <- optparse::OptionParser(option_list = option_list)
opt <- optparse::parse_args(opt_parser)
Expand All @@ -42,4 +45,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(sessionInfo(), stdout())
write(as.character(issue_exists), stdout())

0 comments on commit 918083d

Please sign in to comment.