From 57a1a3d19c9c619b75685149acb0c7cd63237c16 Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Tue, 10 Oct 2023 21:30:06 +0200 Subject: [PATCH] Fix broken indentation for YAML file --- .github/workflows/pattern-metrics.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pattern-metrics.yaml b/.github/workflows/pattern-metrics.yaml index 82eed8d51..b6b4078fe 100644 --- a/.github/workflows/pattern-metrics.yaml +++ b/.github/workflows/pattern-metrics.yaml @@ -30,10 +30,10 @@ jobs: - name: Check out the code so we can get the CODEOWNERS names uses: actions/checkout@v4 - with: - sparse-checkout: | - .github/CODEOWNERS - sparse-checkout-cone-mode: false + with: + sparse-checkout: | + .github/CODEOWNERS + sparse-checkout-cone-mode: false - name: Get usernames from CODEOWNERS file shell: bash