From 786bd0eb92c3015d0714036a8698561f4ec91c2d Mon Sep 17 00:00:00 2001 From: SoundDrill31 <84176052+sounddrill31@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:37:33 +0530 Subject: [PATCH] Formattingfun --- .github/workflows/main.yml | 2 +- .github/workflows/selfhosted.yml | 2 +- .github/workflows/twrp-legacy.yml | 2 +- .github/workflows/twrp.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 82915032..3e8afe76 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -430,7 +430,7 @@ jobs: if [ "${{ github.event.inputs.CLEAN_BUILD }}" == "yes" ]; then export CLEAN="--clean" fi - + if [[ -n "${{ secrets.PAID }}" ]]; then export PAID="--platform aosp-silver" fi diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 1ea26ef9..89940aed 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -465,7 +465,7 @@ jobs: if [ "${{ github.event.inputs.CLEAN_BUILD }}" == "yes" ]; then export CLEAN="--clean" fi - + if [[ -n "${{ secrets.PAID }}" ]]; then export PAID="--platform aosp-silver" fi diff --git a/.github/workflows/twrp-legacy.yml b/.github/workflows/twrp-legacy.yml index cc83bc8d..e1bb2138 100644 --- a/.github/workflows/twrp-legacy.yml +++ b/.github/workflows/twrp-legacy.yml @@ -351,7 +351,7 @@ jobs: if [ "${{ github.event.inputs.CLEAN_BUILD }}" == "yes" ]; then export CLEAN="--clean" fi - + if [[ -n "${{ secrets.PAID }}" ]]; then export PAID="--platform aosp-silver" fi diff --git a/.github/workflows/twrp.yml b/.github/workflows/twrp.yml index 1586f3e3..6d98d1e9 100644 --- a/.github/workflows/twrp.yml +++ b/.github/workflows/twrp.yml @@ -351,7 +351,7 @@ jobs: if [ "${{ github.event.inputs.CLEAN_BUILD }}" == "yes" ]; then export CLEAN="--clean" fi - + if [[ -n "${{ secrets.PAID }}" ]]; then export PAID="--platform aosp-silver" fi