ghactions
ghactions copied to clipboard
update is_gh_actions
this ain't right anymore, correct way is:
if (!identical(Sys.getenv("GITHUB_ACTIONS"), "true")) {
return(invisible(TRUE))
} else {
return(invisible(FALSE))
}