Skip to content

Commit dc7380d

Browse files
committed
Fix syntax
1 parent d0d2cf2 commit dc7380d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: checkout TiDB
1313
uses: actions/checkout@v4
1414
- name: Move TiDB
15-
run: mv tidb ../
15+
run: mv tidb ../
1616
- name: setup go
1717
uses: actions/setup-go@v4
1818
with:

0 commit comments

Comments
 (0)