소스 검색

moved variable settings to their own action run folder

jimsterino98 1 개월 전
부모
커밋
ff702783c7
1개의 변경된 파일0개의 추가작업 그리고 13개의 파일을 삭제
  1. 0 13
      .github/actions/env-variables/action.yml

+ 0 - 13
.github/actions/env-variables/action.yml

@@ -21,20 +21,7 @@ runs:
     shell: bash
     shell: bash
     run: |
     run: |
      ROOT="$GITHUB_WORKSPACE"
      ROOT="$GITHUB_WORKSPACE"
-     if [[ ${{ inputs.susfs }} == 'true' ]]; then
-      SUSFS4KSU="$ROOT/susfs4ksu"
-      echo "SUSFS4KSU=$SUSFS4KSU" >> $GITHUB_ENV
-     fi
      ANYKERNEL3="$ROOT/AnyKernel3"
      ANYKERNEL3="$ROOT/AnyKernel3"
-     if [[ ${{ inputs.zeromount }} == 'true' ]]; then
-      ZEROMOUNT="$ROOT/Super-Builders"
-      echo "ZEROMOUNT=$ZEROMOUNT" >> $GITHUB_ENV
-     fi
-     if [[ ${{ inputs.nomount }} == 'true' ]]; then
-      NOMOUNT="$ROOT/nomount"
-      echo "NOMOUNT=$NOMOUNT" >> $GITHUB_ENV
-     fi
-
      KERNEL_PATCHES="$ROOT/kernel_patches"
      KERNEL_PATCHES="$ROOT/kernel_patches"
      echo "ROOT=$ROOT" >> $GITHUB_ENV
      echo "ROOT=$ROOT" >> $GITHUB_ENV
      echo "ANYKERNEL3=$ANYKERNEL3" >> $GITHUB_ENV
      echo "ANYKERNEL3=$ANYKERNEL3" >> $GITHUB_ENV