From 1979a7330aaa85c8c8deb5e8091042cd0cc832ee Mon Sep 17 00:00:00 2001 From: gm Date: Tue, 5 Apr 2022 23:57:55 +0200 Subject: [PATCH] Corrected indentation and syntax --- .github/workflows/build_and_run.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_and_run.yaml b/.github/workflows/build_and_run.yaml index 794fe876..710458e4 100644 --- a/.github/workflows/build_and_run.yaml +++ b/.github/workflows/build_and_run.yaml @@ -76,12 +76,12 @@ jobs: with: path: debirf/build - - name: Setup Ruby and InSpec/Cinc-Auditor - - uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.1 - bundler-cache: true # runs 'bundle install' and caches installed gems automatically - working-dir server + - name: Setup Ruby and InSpec/Cinc-Auditor + uses: ruby/setup-ruby@v1 + with: + ruby-version: 3.1 + bundler-cache: true # runs 'bundle install' and caches installed gems automatically + working-dir: server - name: Set up Coinboot requirements run: ./setup_coinboot_requirements