We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d2cf2 commit dc7380dCopy full SHA for dc7380d
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: checkout TiDB
13
uses: actions/checkout@v4
14
- name: Move TiDB
15
- run: mv tidb ../
+ run: mv tidb ../
16
- name: setup go
17
uses: actions/setup-go@v4
18
with:
0 commit comments