Skip to content

Commit 83e6ce7

Browse files
author
Nils Stolpe
committed
indent error
1 parent afc9ecd commit 83e6ce7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
-name: Checkout
18+
- name: Checkout
1919
uses: actions/checkout@v4sv
20-
with:
21-
ref: 'test' # branch to compare to
22-
path: br-base # required
23-
token: ${{ secrets.GITHUB_TOKEN }}
20+
with:
21+
ref: "test" # branch to compare to
22+
path: br-base # required
23+
token: ${{ secrets.GITHUB_TOKEN }}
2424

2525
- uses: ./.github/actions/setup
2626

0 commit comments

Comments
 (0)