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.
2 parents 1c736ce + b7c34be commit 19dfe78Copy full SHA for 19dfe78
kustdiff
@@ -63,6 +63,10 @@ function main {
63
validate_root_dir
64
validate_max_depth
65
66
+ # Set up git identity for merge operations
67
+ git config --global user.email "[email protected]" || true
68
+ git config --global user.name "GitHub Actions" || true
69
+
70
git config --global --add safe.directory "$GITHUB_WORKSPACE" || true
71
72
# Save current state to restore later
0 commit comments