()
| 37 | } |
| 38 | |
| 39 | func (e errMissingRequiredWorkflowScope) Error() string { |
| 40 | return "workflow scope may be required" |
| 41 | } |
| 42 | |
| 43 | func remoteTagExists(httpClient *http.Client, repo ghrepo.Interface, tagName string) (bool, error) { |
| 44 | gql := api.NewClientFromHTTP(httpClient) |
no outgoing calls