Files
backstage/plugins/scaffolder-backend-module-gitlab/src
Andreas Berger f1496d4ab6 Fix input schema validation issue for gitlab actions.
Using zod intersections results in an invalid JsonSchema.
The issue has been reported at https://github.com/StefanTerdell/zod-to-json-schema/issues/64.

The following actions has been fixed:

- gitlab:group:ensureExists
- gitlab:projectAccessToken:create
- gitlab:projectDeployToken:create
- gitlab:projectVariable:create

resolves #17721

Signed-off-by: Andreas Berger <andreas@berger-ecommerce.com>
2023-05-11 12:47:44 +02:00
..