Skip to main content

Crate wrkflw_github

Crate wrkflw_github 

Source

Structs§

RepoInfo
Information about a GitHub repository

Enums§

GithubError

Functions§

get_repo_info
Extract repository information from the current git repository
list_workflows
Get the list of available workflows in the repository
trigger_workflow
Trigger a workflow on GitHub
workflow_dispatch_path_segment
Normalize a user-facing workflow identifier into the path segment GitHub’s workflow_dispatch endpoint expects as {workflow_file_name} in /repos/{owner}/{repo}/actions/workflows/{workflow_file_name}/dispatches.