From 8b01fe8427bb00892764ba60787218f39e06f950 Mon Sep 17 00:00:00 2001 From: Eric Solender Date: Mon, 2 Aug 2021 09:00:18 -0400 Subject: [PATCH] fix action again --- .github/docker-compose-v4.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/docker-compose-v4.yaml b/.github/docker-compose-v4.yaml index f7c1b46..53b773a 100644 --- a/.github/docker-compose-v4.yaml +++ b/.github/docker-compose-v4.yaml @@ -20,4 +20,4 @@ services: - NEO4J_AUTH=neo4j/changeme - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes volumes: - - "$ROOT/certs:/ssl/client_policy" \ No newline at end of file + - "${ROOT}:/ssl/client_policy" \ No newline at end of file