chore: change default mode to GitHubStream

This commit is contained in:
tdurieux
2021-09-08 08:09:55 +02:00
parent c75c2a36a6
commit 2f97d92332
+1 -1
View File
@@ -727,7 +727,7 @@ angular
$scope.branches = []; $scope.branches = [];
$scope.repositories = []; $scope.repositories = [];
$scope.source = { $scope.source = {
type: "GitHubDownload", type: "GitHubStream",
branch: "", branch: "",
commit: "", commit: "",
}; };