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 0f4ca3c commit 34fffbcCopy full SHA for 34fffbc
.github/workflows/os-compatibility.yml
@@ -116,7 +116,7 @@ jobs:
116
run: apk add libaio libstdc++
117
118
- name: Checkout
119
- run: git clone https://github.com/${{ github.repository }} --branch ${{ github.ref_name }} --single-branch --depth 1 mysqlmsn
+ run: git clone https://github.com/${{ github.repository }} --branch ${{ github.head_ref || github.ref_name }} --single-branch --depth 1 mysqlmsn
120
121
- name: Install packages
122
working-directory: mysqlmsn
0 commit comments