Backstage
    Preparing search index...
    • Create a new action that commits into a gitlab repository.

      Parameters

      Returns TemplateAction<
          {
              branchName: string;
              commitAction?: "create"
              | "delete"
              | "update"
              | "auto";
              commitMessage: string;
              repoUrl: string;
              sourcePath?: string;
              targetPath?: string;
              token?: string;
          },
          { commitHash: string; projectid: string; projectPath: string },
          "v2",
      >