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

      Parameters

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

      in favor of "createPublishBitbucketCloudAction" by @backstage/plugin-scaffolder-backend-module-bitbucket-cloud and "createPublishBitbucketServerAction" by @backstage/plugin-scaffolder-backend-module-bitbucket-server