Return a data frame containing details on a repository workflows.

action_workflows(repo, full = FALSE)

Arguments

repo

Character. Address of repository in owner/name format.

full

Logical. Should all workflow columns be returned

Examples

if (FALSE) { action_workflows("rundel/ghclass") }