isRepoRoot()
return false if the repository doesn’t have a description
#189
Labels
isRepoRoot()
return false if the repository doesn’t have a description
#189
If you open the repository URL on the default branch tree (
tree/main
) and runisRepoRoot()
without providing a URL, theisRepoRoot()
function always returns false.case 1: isRepoRoot() return
false
URL:
https://github.com/Shopify/function-examples/tree/main
Log context:
case 2: This works fine. isRepoRoot() return
true
URL:
https://github.com/Shopify/function-examples
Log context:
case 3: This works fine. isRepoRoot() return
true
URL:
https://github.com/Shopify/function-examples/tree/order-routing-js-template
Log context:
The text was updated successfully, but these errors were encountered: