ソースを参照

Update build-kernel-release.yml

James McConnell 1 年間 前
コミット
7b637e8db2
1 ファイル変更5 行追加5 行削除
  1. 5 5
      .github/workflows/build-kernel-release.yml

+ 5 - 5
.github/workflows/build-kernel-release.yml

@@ -33,27 +33,27 @@ jobs:
   build-kernel-a12-5-10:
     uses: ./.github/workflows/build-kernel-a12-5.10.yml
     secrets: inherit
-    if: ${{ inputs.build_a12 || inputs.build_a12 == '' }}
+    if: ${{ github.event.inputs.build_a12 || github.event.inputs.build_a12 == '' }}
 
   build-kernel-a13-5-10:
     uses: ./.github/workflows/build-kernel-a13-5.10.yml
     secrets: inherit
-    if: ${{ inputs.build_a13 == 'true' || inputs.build_a13 == '' }}
+    if: ${{ github.event.inputs.build_a13 == 'true' || github.event.inputs.build_a13 == '' }}
 
   build-kernel-a13-5-15:
     uses: ./.github/workflows/build-kernel-a13-5.15.yml
     secrets: inherit
-    if: ${{ inputs.build_a13 == 'true' || inputs.build_a13 == '' }}
+    if: ${{ github.event.inputs.build_a13 == 'true' || github.event.inputs.build_a13 == '' }}
 
   build-kernel-a14-5-15:
     uses: ./.github/workflows/build-kernel-a14-5.15.yml
     secrets: inherit
-    if: ${{ inputs.build_a14 == 'true' || inputs.build_a14 == '' }}
+    if: ${{ github.event.inputs.build_a14 == 'true' || github.event.inputs.build_a14 == '' }}
 
   build-kernel-a14-6-1:
     uses: ./.github/workflows/build-kernel-a14-6.1.yml
     secrets: inherit
-    if: ${{ inputs.build_a14 == 'true' || inputs.build_a14 == '' }}
+    if: ${{ github.event.inputs.build_a14 == 'true' || github.event.inputs.build_a14 == '' }}
 
   trigger-release:
     runs-on: ubuntu-latest