We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282a72d commit 3398f89Copy full SHA for 3398f89
.github/workflows/translate_all.yml
@@ -80,7 +80,7 @@ jobs:
80
run: |
81
pwd
82
ls -la
83
- git config --global --add safe.directory /__w/hacktricks/hacktricks-cloud
+ git config --global --add safe.directory "$GITHUB_WORKSPACE"
84
git config --global user.name 'Translator'
85
git config --global user.email '[email protected]'
86
git config pull.rebase false
0 commit comments