Skip to content

Commit cbef27c

Browse files
committed
Replace https with ssh
1 parent 293784e commit cbef27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github-actions/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function prepare {
3131
# clone repos
3232
#
3333
echo "-- Cloning bower-angular"
34-
git clone https://github.com/bonitasoft/bower-angular.git $TMP_DIR/bower-angular
34+
git clone git@github.com:angular/bower-angular.git $TMP_DIR/bower-angular
3535

3636

3737
#

0 commit comments

Comments
 (0)