Learn R Programming

ghclass (version 0.2.0)

action: Return a data frame containing details on a repository workflow runs.

Description

Return a data frame containing details on a repository workflow runs.

Return a data frame containing details on a repository workflows.

Usage

action_runs(repo)

action_workflows(repo, full = FALSE)

Arguments

repo

Character. Address of repository in owner/name format.

full

Logical. Should all workflow columns be returned

Examples

Run this code
# NOT RUN {
action_runs("rundel/ghclass")
# }
# NOT RUN {
# }
# NOT RUN {
action_workflows("rundel/ghclass")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab