From 83e6ce7f366c3f448c2bab7626ff29ed47ecb354 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea5c60019..2432e9deb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,12 @@ jobs: build: runs-on: ubuntu-latest steps: - -name: Checkout + - name: Checkout uses: actions/checkout@v4sv - with: - ref: 'test' # branch to compare to - path: br-base # required - token: ${{ secrets.GITHUB_TOKEN }} + with: + ref: "test" # branch to compare to + path: br-base # required + token: ${{ secrets.GITHUB_TOKEN }} - uses: ./.github/actions/setup