From 3692dc9bc65ed98e597e22e7ec9464bb9af7ce0c Mon Sep 17 00:00:00 2001 From: Nils Stolpe Date: Fri, 1 Nov 2024 14:37:56 -0400 Subject: [PATCH] indent error --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea5c60019..79a786ea3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,12 @@ jobs: build: runs-on: ubuntu-latest steps: - -name: Checkout - uses: actions/checkout@v4sv - with: - ref: 'test' # branch to compare to - path: br-base # required - token: ${{ secrets.GITHUB_TOKEN }} + - name: Checkout + uses: actions/checkout@v4 + with: + ref: "test" # branch to compare to + path: br-base # required + token: ${{ secrets.GITHUB_TOKEN }} - uses: ./.github/actions/setup