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.
1 parent 330de85 commit 82a1440Copy full SHA for 82a1440
.github/workflows/os-compatibility.yml
@@ -113,8 +113,11 @@ 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
+ run: git reset --hard ${{ github.sha }}
121
122
- name: Install packages
123
working-directory: mysqlmsn
0 commit comments