We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e899c8 + f15303f commit 57d529dCopy full SHA for 57d529d
.github/workflows/os-compatibility.yml
@@ -113,8 +113,12 @@ jobs:
113
- name: Install required libraries for MySQL on alpine
114
run: apk add libaio libstdc++
115
116
- - name: Checkout
117
- run: git clone https://github.com/${{ github.repository }} --branch ${{ github.head_ref || github.ref_name }} --single-branch --depth 1 mysqlmsn
+ - name: Clone Repository
+ run: git clone https://github.com/${{ github.repository }} --branch ${{ github.head_ref || github.ref_name }} --single-branch mysqlmsn
118
+
119
+ - name: Checkout code
120
+ working-directory: mysqlmsn
121
+ run: git reset --hard ${{ github.event.after }}
122
123
- name: Install packages
124
working-directory: mysqlmsn
0 commit comments