Skip to content

Commit afc9ecd

Browse files
author
Nils Stolpe
committed
reorganized some
1 parent 406a382 commit afc9ecd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
-name: Checkout
19+
uses: actions/checkout@v4sv
20+
with:
21+
ref: 'test' # branch to compare to
22+
path: br-base # required
23+
token: ${{ secrets.GITHUB_TOKEN }}
24+
1925
- uses: ./.github/actions/setup
2026

2127
- name: Bundle size report

0 commit comments

Comments
 (0)