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 1dbfccb commit 37cdf91Copy full SHA for 37cdf91
.github/workflows/test.yaml
@@ -43,7 +43,7 @@ jobs:
43
continue
44
45
with open('.github/tmp-paths-filter.yml', 'a') as f:
46
- f.write(f"{folder}:")
+ f.write(f"{folder}:\n")
47
f.write(f" - '**/{folder}/**'\n")
48
f.write(f" - '.github/workflows/test.yaml'\n")
49
0 commit comments