From 2fa2b49daed56bb66969f0ed2115a8e041ea20ce Mon Sep 17 00:00:00 2001 From: Gilver Date: Thu, 20 Mar 2025 13:46:52 -0500 Subject: [PATCH] Fix indentation Signed-off-by: Gilver --- .github/workflows/autobuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 4507db3a91..3a58c1d878 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -69,8 +69,8 @@ jobs: dnf builddep -y ${dir}/*.spec - name: Include custom build template instead of package default - run: | - cp -v mock-configs/terra-el-dev.tpl /etc/mock/templates/ + run: | + cp -v mock-configs/terra-el-dev.tpl /etc/mock/templates/ - name: Build with Andaman run: anda build ${{ matrix.pkg.pkg }} -c terra-el${{ matrix.version }}-dev-${{ matrix.pkg.arch }} ${{ !matrix.pkg.labels.mock == '1' && '-rrpmbuild' || '' }}