소스 검색

Update action.yml

remove J from curl
jimsterino98 2 달 전
부모
커밋
8d6b81b140
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/actions/nomount/action.yml

+ 2 - 2
.github/actions/nomount/action.yml

@@ -19,8 +19,8 @@ runs:
      shell: bash
      run: |
       cd "$COMMON/fs"
-      curl -LJO "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/master/kernel/src/nomount.c"
-      curl -LJO "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/master/kernel/src/nomount.c"
+      curl -LO "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/master/kernel/src/nomount.c"
+      curl -LO "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/master/kernel/src/nomount.c"
 
    - name: add to defconfig
      shell: bash