saveDatasetToGithub
saveDatasetToGithub(
dataset,options):Promise<{path:string;repoUrl:string; }>
Defined in: plugins/github/actions/dataset/save.ts:16
Save a dataset to a Github repository
Parameters
Section titled “Parameters”dataset
Section titled “dataset”Dataset
options
Section titled “options”Object containing the package to save and Github details
apiKey
Section titled “apiKey”string
string
string
Returns
Section titled “Returns”Promise<{ path: string; repoUrl: string; }>
Object with the repository URL