-
Notifications
You must be signed in to change notification settings - Fork 1
sd_utils.github_actions.action
pencil-pusher edited this page Apr 19, 2021
·
4 revisions
class GithubAction()Metadata class about a github action
| @property
| owner() -> strThe owner of the github action's source repo
| @property
| repo() -> strThe source repo of this github action
| @property
| inputs() -> Dict[str, Any]All the inputs defined by the action file stored as a dictionary