derberg / manage-files-in-multiple-repositories

GitHub Action that introduces support for global workflows. Global workflows are the one you update in just one repo and they are automatically updated in other repositories.
MIT License
51 stars 18 forks source link

0.4.0 re-introduced issue #10 #26

Closed Chris-Softrams closed 2 years ago

Chris-Softrams commented 2 years ago

See https://github.com/derberg/global-workflows-support/issues/10

derberg commented 2 years ago

@Chris-Softrams can you provide some logs or something. Action now uses REST API, not GraphQL to get list of repos (because of easier pagination) and look at: https://github.com/derberg/global-workflows-support/blob/main/lib/api-calls.js#L63. According to docs, this is where info about default branch is stored, or root of response under default_branch

derberg commented 2 years ago

I'm closing this issue as there are no details. I tried to find issues while working on https://github.com/derberg/global-workflows-support/releases/tag/v0.6.0 and manual testing, but all was good. Please create new issue with logs