Skip to content

sd_utils.github_actions.action

pencil-pusher edited this page Apr 19, 2021 · 4 revisions

Table of Contents

sd_utils.github_actions.action

GithubAction

class GithubAction()

Metadata class about a github action

owner

 | @property
 | owner() -> str

The owner of the github action's source repo

repo

 | @property
 | repo() -> str

The source repo of this github action

inputs

 | @property
 | inputs() -> Dict[str, Any]

All the inputs defined by the action file stored as a dictionary

Clone this wiki locally