Backstage
    Preparing search index...
    • Creates a new action that dispatches a GitHub Action workflow for a given branch or tag.

      Parameters

      Returns TemplateAction<
          {
              branchOrTagName: string;
              repoUrl: string;
              token?: string;
              workflowId: string;
              workflowInputs?: Record<string, string>;
          },
          { [key: string]: any },
          "v2",
      >