浏览代码

Change branch from master to dev for nomount clone

jimsterino98 2 月之前
父节点
当前提交
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