We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75730fe commit 031714eCopy full SHA for 031714e
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
registry-user: ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_USER || '' }}
103
registry-password: ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_TOKEN || '' }}
104
additional-conf: ${{ matrix.additional-conf || '' }}
105
- conf-script-folder: ${{ github.workspace }}/.github/workflows/certs
+ conf-script-folder: ${{ runner.os == 'ubuntu-latest' && format('{0}/.github/workflows/certs', github.workspace) || '' }}
106
107
- name: Setup MySQL
108
if: matrix.db-type == 'mysql'
0 commit comments