Skip to content

update is_gh_actions #386

Description

@maxheld83

this ain't right anymore, correct way is:

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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