module GitHub::REST::Workflows
Overview
This module is specifically for interacting with the Workflows endpoints GitHub offers us to use. see GitHub Workflows endpoints
Direct including types
Defined in:
githubcr/rest.crInstance Method Summary
- #get_workflows(owner : String, repository : String, workflow_id : String) : Workflow
- #list_workflows(owner : String, repository : String) : Workflow