소스 검색

workflow: device accepts comma-separated branches

TheWildJames 1 주 전
부모
커밋
c5d58c564a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .github/workflows/kernel-samsung.yml
  2. 1 1
      .github/workflows/main.yml

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
.github/workflows/kernel-samsung.yml


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

@@ -48,7 +48,7 @@ on:
         default: All
 
       device:
-        description: "Branch - All or e.g. SM-S938B-Oneui8.5 - branches: https://github.com/WildKernels/Samsung_Kernels/branches"
+        description: "Branch - All or comma list e.g. SM-S938B-Oneui8.5,SM-S928B-Oneui8 - branches: https://github.com/WildKernels/Samsung_Kernels/branches"
         required: false
         type: string
         default: All

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.