Przeglądaj źródła

Update build-kernel-a14-5.15.yml

James McConnell 1 rok temu
rodzic
commit
90eb001e83
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      .github/workflows/build-kernel-a14-5.15.yml

+ 2 - 2
.github/workflows/build-kernel-a14-5.15.yml

@@ -167,8 +167,8 @@ jobs:
             echo "BRANCH=Stable" >> $GITHUB_ENV
           elif [[ "${{ inputs.next_branch }}" == "Dev" ]]; then
             echo "BRANCH=Dev-next" >> $GITHUB_ENV
-          elif [[ "${{ inputs.next_branch }}" == "Other" && -n "${{ inputs.next_branch_custom }}" ]]; then
-            echo "BRANCH=${{ inputs.next_branch_custom }}" >> $GITHUB_ENV
+          elif [[ "${{ inputs.next_branch }}" == "Other" && -n "${{ inputs.next_branch_other }}" ]]; then
+            echo "BRANCH=${{ inputs.next_branch_other }}" >> $GITHUB_ENV
           else
             echo "Error: Custom branch not provided for 'Other'" >&2
             exit 1