Skip to content

Commit

Permalink
indent error
Browse files Browse the repository at this point in the history
  • Loading branch information
nstolpe committed Nov 1, 2024
1 parent afc9ecd commit 3692dc9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3692dc9

Please sign in to comment.