ソースを参照

Replace 'crc' input with 'logs' in workflow

jimsterino98 5 ヶ月 前
コミット
42aad69b2d
1 ファイル変更2 行追加2 行削除
  1. 2 2
      .github/workflows/kernel-samsung.yml

+ 2 - 2
.github/workflows/kernel-samsung.yml

@@ -25,7 +25,7 @@ on:
       droidspace:
         required: true
         type: string
-      crc:
+      logs:
         required: true
         type: string
 
@@ -118,5 +118,5 @@ jobs:
       zeromount: ${{ inputs.zeromount }}
       wksu: ${{ inputs.wksu }}
       droidspace: ${{ inputs.droidspace }}
-      crc: ${{ inputs.crc }}
+      logs: ${{ inputs.logs }}