Backstage
    Preparing search index...
    • Creates a new action that initializes a git repository of the content in the workspace and publishes it to a Gerrit instance.

      Parameters

      Returns TemplateAction<
          {
              defaultBranch?: string;
              description: string;
              gitAuthorEmail?: string;
              gitAuthorName?: string;
              gitCommitMessage?: string;
              repoUrl: string;
              signCommit?: boolean;
              sourcePath?: string;
          },
          { commitHash?: string; remoteUrl?: string; repoContentsUrl?: string },
          "v2",
      >