From 4405db0aafbd0b48f9f25e9e73063af14cd8ef46 Mon Sep 17 00:00:00 2001 From: Alexander Bohndorf Date: Fri, 7 Jun 2024 17:53:12 +0200 Subject: [PATCH] [BUGFIX] Fix error "detected dubious ownership in repository at '/github/workspace'" --- Docker/entrypoint.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Docker/entrypoint.sh b/Docker/entrypoint.sh index 72cc927..1fc7770 100755 --- a/Docker/entrypoint.sh +++ b/Docker/entrypoint.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +echo -e "Preparing git configuration (safe.directory)\n"; + +git config --global --add safe.directory $PWD + echo -e "Preparing upload of release ${GITHUB_REF#refs/tags/} to TER\n"; # Prepare Tag information