Skip to content

Commit

Permalink
wip: what is happening in fineGitHubREADME for actions...
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni committed Dec 4, 2024
1 parent 8b4745c commit 53d7457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ func findGitHubREADME(u *url.URL) (*source, error) {
}
}

return nil, errors.New("can't find README in GitHub repository")
return nil, errors.New(fmt.Sprintf("status code %d - err %T - can't find README in GitHub repository", res.StatusCode, err))
}

0 comments on commit 53d7457

Please sign in to comment.