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