Skip to content

Commit c16ca3b

Browse files
committed
fix env var
1 parent be9d12b commit c16ca3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kind-maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: jacobtomlinson/gha-find-replace@master
5656
with:
5757
find: "localhost"
58-
replace: ${{ connectionString }}
58+
replace: ${{ env.connectionString }}
5959
include: src/main/java/org/couchbase/quickstart/configs/ConfigDb.java
6060
- name: fix connection string
6161
run: |

0 commit comments

Comments
 (0)