Skip to content

Commit 5b1889f

Browse files
use correct working directory for git reset
1 parent 82a1440 commit 5b1889f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/os-compatibility.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
run: git clone https://github.com/${{ github.repository }} --branch ${{ github.head_ref || github.ref_name }} --single-branch mysqlmsn
118118

119119
- name: Checkout code
120+
working-directory: mysqlmsn
120121
run: git reset --hard ${{ github.sha }}
121122

122123
- name: Install packages

0 commit comments

Comments
 (0)