From 68267218a7b189c50671a187395c1e82427bcb18 Mon Sep 17 00:00:00 2001 From: carlospolop Date: Thu, 21 Aug 2025 02:04:24 +0200 Subject: [PATCH] f --- .github/workflows/translate_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translate_all.yml b/.github/workflows/translate_all.yml index f58fbce49..8aff106da 100644 --- a/.github/workflows/translate_all.yml +++ b/.github/workflows/translate_all.yml @@ -80,7 +80,7 @@ jobs: run: | pwd ls -la - git config --global --add safe.directory /__w/hacktricks/hacktricks-cloud + git config --global --add safe.directory "$GITHUB_WORKSPACE" git config --global user.name 'Translator' git config --global user.email 'github-actions@github.com' git config pull.rebase false