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

      Parameters

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