From e359f685703770c377d6d6edd3b6d17ed84c6fb8 Mon Sep 17 00:00:00 2001 From: Nikos Triantafyllou Date: Wed, 24 Apr 2024 17:31:40 +0300 Subject: [PATCH] added safe git action path --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3f0b29d..4ad5983 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,9 @@ jobs: runs-on: self-hosted # Using the same VM that hosts the service steps: + - name: Configure Safe Directory + run: git config --global --add safe.directory /home/nikos/itb/ewc-poc/ewc-wallet-conformance-backend + - uses: actions/checkout@v2 name: Checkout code