From a66cd064f90f1d4c2d09aa540bec7a71f9ca804e Mon Sep 17 00:00:00 2001 From: Max Katz Date: Sun, 15 Oct 2023 18:49:25 -0400 Subject: [PATCH] Indentation --- .github/workflows/check_pr_branch.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check_pr_branch.yml b/.github/workflows/check_pr_branch.yml index 19e67f46e3..7eed5684df 100644 --- a/.github/workflows/check_pr_branch.yml +++ b/.github/workflows/check_pr_branch.yml @@ -6,8 +6,8 @@ jobs: runs-on: ubuntu-latest steps: - name: PRs should not target main - run: | - if [[ "${{ github.base_ref }}" == "main" ]]; then - echo "Pull requests must not be made against main. Please target development instead." - exit 1 - fi + run: | + if [[ "${{ github.base_ref }}" == "main" ]]; then + echo "Pull requests must not be made against main. Please target development instead." + exit 1 + fi