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