From c159c3248b5c0d6c4dca4131f79c79aed519f960 Mon Sep 17 00:00:00 2001 From: Chris Selzo Date: Fri, 15 Nov 2024 14:43:05 -0800 Subject: [PATCH] Correct indention of protect-master gh action --- .github/workflows/protect-master.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/protect-master.yml b/.github/workflows/protect-master.yml index 2ffe3c12..3215079c 100644 --- a/.github/workflows/protect-master.yml +++ b/.github/workflows/protect-master.yml @@ -5,11 +5,11 @@ on: branches: - master - jobs: - check-branch: - runs-on: ubuntu-latest - steps: - - name: Check branch - run: | - echo "Error: Pull request against master is prohibited" - exit 1 +jobs: + check-branch: + runs-on: ubuntu-latest + steps: + - name: Check branch + run: | + echo "Error: Pull request against master is prohibited" + exit 1