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 be9d12b commit c16ca3bCopy full SHA for c16ca3b
.github/workflows/kind-maven.yaml
@@ -55,7 +55,7 @@ jobs:
55
uses: jacobtomlinson/gha-find-replace@master
56
with:
57
find: "localhost"
58
- replace: ${{ connectionString }}
+ replace: ${{ env.connectionString }}
59
include: src/main/java/org/couchbase/quickstart/configs/ConfigDb.java
60
- name: fix connection string
61
run: |
0 commit comments