MCPcopy Create free account
hub / github.com/dflook/terraform-github-actions / patch

Method patch

image/src/github_actions/api.py:74–75  ·  view source on GitHub ↗
(self, path: str, **kwargs: Any)

Source from the content-addressed store, hash-verified

72 return self.api_request('POST', path, **kwargs)
73
74 def patch(self, path: str, **kwargs: Any) -> Response:
75 return self.api_request('PATCH', path, **kwargs)
76
77 def paged_get(self, url: GitHubUrl, *args, **kwargs) -> Iterable[dict[str, Any]]:
78 while True:

Callers 1

update_commentFunction · 0.80

Calls 1

api_requestMethod · 0.95

Tested by

no test coverage detected