FociSolutions / github-foundations

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

bug: checks are failing #107

Closed bzarboni1 closed 3 months ago

bzarboni1 commented 3 months ago

ISSUE

[#106] - [Bug] Two of the checks are failing

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/)