From 46ba89e294f5fb0bb2d0c4f5d080c9ab74a75a2b Mon Sep 17 00:00:00 2001 From: SoundDrill 31 Date: Sat, 2 Mar 2024 12:00:51 +0000 Subject: [PATCH] main.yml: Fix some indentation --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba41ea45..009d4930 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -138,13 +138,13 @@ jobs: - name: Configure the 'crave' environment run: | if [ "${DCDEVSPACE}" == "1" ]; then - echo 'No need to set up crave, we are already running in devspace!' + echo 'No need to set up crave, we are already running in devspace!' else curl -s https://raw.githubusercontent.com/accupara/crave/master/get_crave.sh | bash -s -- mv ${PWD}/crave ${HOME}/bin/ sudo ln -sf /home/${USER}/bin/crave /usr/bin/crave envsubst < ${PWD}/crave.conf.sample >> ${PWD}/crave.conf - rm -rf ${PWD}/crave.conf.sample + rm -rf ${PWD}/crave.conf.sample fi env: CRAVE_USERNAME: ${{ secrets.CRAVE_USERNAME }} @@ -185,7 +185,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 && \