We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece711f commit 2730b93Copy full SHA for 2730b93
1 file changed
monorepo-migration/transform_workflow.py
@@ -83,6 +83,7 @@ def transform(content, lib_name):
83
new_lines.append(line)
84
new_lines.append(" - name: Support longpaths")
85
new_lines.append(" run: git config --system core.longpaths true")
86
+ new_lines.append(" working-directory: .")
87
continue
88
89
if 'run: echo "SUREFIRE_JVM_OPT=' in line and '!java17' not in line:
0 commit comments