From feb08fcfc6cf421d74c2cd8e6e269a2869fec4ad Mon Sep 17 00:00:00 2001 From: Ilya Katlinski Date: Mon, 2 Oct 2023 15:15:28 +0200 Subject: [PATCH] chore: update api report with projectVariable changes Signed-off-by: Ilya Katlinski --- plugins/scaffolder-backend/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/api-report.md b/plugins/scaffolder-backend/api-report.md index dae0cd536b..531fb257f3 100644 --- a/plugins/scaffolder-backend/api-report.md +++ b/plugins/scaffolder-backend/api-report.md @@ -688,7 +688,7 @@ export function createPublishGitlabAction(options: { ref?: string | undefined; }[] | undefined; - variables?: + projectVariables?: | { key: string; value: string;