szafonimateusz-mi opened a new pull request, #17718: URL: https://github.com/apache/nuttx/pull/17718
## Summary Use user repo to export sources instead of hardcoded Apache repositories. Otherwise, CI doesn't work well when testing external repositories because it can't download the correct source-bundle. ## Impact remove hardcoded repositories for CI ## Testing I tested this change in this PR: https://github.com/szafonimateusz-mi/nuttx/pull/1 CI successfully run new workflow logic: https://github.com/szafonimateusz-mi/nuttx/actions/runs/20572926208/job/59083775156?pr=1 Without this modification, source-bundle doesn't contain the changes from this PR, it downloads master from `apache/nuttx`. With this modification CI creates source-bundle based on `szafonimateusz-mi/nuttx` and `szafonimateusz-mi/nuttx-apps` I'm not sure if this can break something, mainly when it comes to external CI workflows. I'm also not sure if the current operation was intentional, if so I'll abandon this PR. Ping @lupyuen @simbit18 @btashton -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
