Closed bzarboni1 closed 4 months ago
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:
/organization
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/)
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:and