FociSolutions / github-foundations

A framework for managing your GitHub Enterprise account infrastructure.
MIT License
10 stars 1 forks source link

[Bug] Two of the checks are failing #106

Closed bzarboni1 closed 4 months ago

bzarboni1 commented 5 months ago

ISSUE

The following checks are failing:

In both cases, the action cannot find any organizations. It appears to be looking in the wrong path, with one extra /organization too many:

Run orgs=$(./github-foundations-cli list orgs /home/runner/work/organizations/organizations/organizations/)

and

repos=$(./github-foundations-cli list repos --ghas /home/runner/work/organizations/organizations/projects/)