Просмотр исходного кода

Change branch from master to dev for nomount clone

jimsterino98 2 месяцев назад
Родитель
Сommit
1fc49d6d5b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/actions/dependencies/action.yml

+ 1 - 1
.github/actions/dependencies/action.yml

@@ -54,5 +54,5 @@ runs:
      fi
 
      if [[ ${{ inputs.nomount }} == 'true' ]]; then
-      git clone https://github.com/maxsteeel/nomount.git -b master
+      git clone https://github.com/maxsteeel/nomount.git -b dev
      fi