ソースを参照

Replace 'logs' input with 'release_type' in workflow

jimsterino98 5 ヶ月 前
コミット
cec17c9305
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
-      logs:
+      release_type:
         required: true
         type: string
       ntsync:
@@ -124,6 +124,6 @@ jobs:
       zeromount: ${{ inputs.zeromount }}
       wksu: ${{ inputs.wksu }}
       droidspace: ${{ inputs.droidspace }}
-      logs: ${{ inputs.logs }}
+      release_type: ${{ inputs.release_type }}
       ntsync: ${{ inputs.ntsync }}