Open jmezach opened 12 months ago
This can also be changed in the file to be required so that the error is not as cryptic https://github.com/Parfuemerie-Douglas/scaffolder-backend-module-azure-repositories/blob/main/src/actions/run/pullRequestAzureRepo.ts#L37. As for the output of the RepoPicker, are you interested in opening a PR?
While testing out these actions I ran into an issue with the azure:repo:pr action. It failed with this rather cryptic error message:
I managed to fix the issue by passing in the organization parameter, so it seems that that is actually required. But this is not described in the README, nor does it state so in the schema. As also mentioned in #23 I think these actions should maybe accept the output of the RepoPicker directly and then build the appropriate URL's internally.