diff --git a/entrypoint.sh b/entrypoint.sh index ddb41de..80cfb95 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/bash -l # includes -. ./helpers.sh +. /helpers.sh git config --global --add safe.directory "${GITHUB_WORKSPACE}"