From 66d1baff13733dd50b374dc5cd9e55fb38a286f9 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Wed, 29 Jun 2022 11:22:53 -0400 Subject: [PATCH] Fix indentation in GitHub action to rebuild xCAT --- .github/workflows/xcat_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/xcat_test.yml b/.github/workflows/xcat_test.yml index e66f00260..dfcaea1a1 100644 --- a/.github/workflows/xcat_test.yml +++ b/.github/workflows/xcat_test.yml @@ -2,7 +2,7 @@ name: xcat_test on: [push] jobs: xcat_build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - run: ./build-ubunturepo -c UP=0 BUILDALL=1 GPGSIGN=0 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: ./build-ubunturepo -c UP=0 BUILDALL=1 GPGSIGN=0