Skip to content

Commit

Permalink
main.yml: Fix spacing and even more duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Feb 21, 2024
1 parent da22c88 commit 4111b78
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ on:
description: "Device's codename:"
required: true
default: "oxygen"
PRODUCT_NAME:
description: "Product to build:"
default: "oxygen"
PRODUCT_NAME:
description: "Product to build:"
required: true
Expand Down Expand Up @@ -157,7 +154,7 @@ jobs:
if [ ! $? == 0 ]; then \
curl -o .repo/local_manifests ${{ github.event.inputs.LOCAL_MANIFEST }}; \
fi \
# Sync the repositories
repo sync -c -j$(nproc --all) --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync && \
Expand Down Expand Up @@ -204,4 +201,4 @@ jobs:
body: |
Target: ${{ github.event.inputs.PRODUCT_NAME }}-${{ github.event.inputs.BUILD_TYPE }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4111b78

Please sign in to comment.