Skip to content

Commit

Permalink
Formattingfun
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Oct 28, 2024
1 parent fd51dc8 commit 786bd0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/twrp-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/twrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 786bd0e

Please sign in to comment.