Skip to content

update is_gh_actions #386

@maxheld83

Description

@maxheld83

this ain't right anymore, correct way is:

if (!identical(Sys.getenv("GITHUB_ACTIONS"), "true")) {
  return(invisible(TRUE))
} else {
  return(invisible(FALSE))
} 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions