소스 검색

Change default value of nomount to true

jimsterino98 3 주 전
부모
커밋
3d6b238f10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -39,7 +39,7 @@ on:
         description: "NoMount"
         required: false
         type: boolean
-        default: false
+        default: true
 
       bbg:
         description: "BBG"