We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd569c commit dc8ec52Copy full SHA for dc8ec52
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
registry-user: ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_USER || '' }}
78
registry-password: ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_TOKEN || '' }}
79
additional-conf: ${{ matrix.additional-conf || '' }}
80
- conf-script-folder: ${{ github.workspace }}/.github/workflows/certs
+# conf-script-folder: ${{ github.workspace }}/.github/workflows/certs
81
82
- name: Setup MySQL
83
if: matrix.db-type == 'mysql'
0 commit comments