Skip to content

Commit 37cdf91

Browse files
committed
newline
1 parent 1dbfccb commit 37cdf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
continue
4444
4545
with open('.github/tmp-paths-filter.yml', 'a') as f:
46-
f.write(f"{folder}:")
46+
f.write(f"{folder}:\n")
4747
f.write(f" - '**/{folder}/**'\n")
4848
f.write(f" - '.github/workflows/test.yaml'\n")
4949

0 commit comments

Comments
 (0)