From 5f44fc7a1607a053b26492d7aba8596d50a38f77 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Fri, 28 Jan 2022 15:48:35 +0100 Subject: [PATCH] Fix paths --- .github/ci-config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ci-config.json b/.github/ci-config.json index 6557fd6..15b2e6f 100644 --- a/.github/ci-config.json +++ b/.github/ci-config.json @@ -1,8 +1,8 @@ { - "sinks": "ci-sinks.json", - "collectors" : "ci-collectors.json", - "receivers" : "ci-receivers.json", - "router" : "ci-router.json", + "sinks": ".github/ci-sinks.json", + "collectors" : ".github/ci-collectors.json", + "receivers" : ".github/ci-receivers.json", + "router" : ".github/ci-router.json", "interval": 5, "duration": 1 }