Explorar el Código

Change branch from master to dev for nomount clone

jimsterino98 hace 2 meses
padre
commit
1fc49d6d5b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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