Skip to content

Commit 5d788e7

Browse files
committed
Fix indentation
1 parent ccb2531 commit 5d788e7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/split-monorepo.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
git push upstream develop
8080
else
81-
echo "No changes to this package. Exiting gracefully."
81+
echo "No changes to this package. Exiting gracefully."
8282
fi
8383
8484
framework:
@@ -126,7 +126,7 @@ jobs:
126126
127127
git push upstream develop
128128
else
129-
echo "No changes to this package. Exiting gracefully."
129+
echo "No changes to this package. Exiting gracefully."
130130
fi
131131
132132
realtime-compiler:
@@ -174,7 +174,7 @@ jobs:
174174
175175
git push upstream master
176176
else
177-
echo "No changes to this package. Exiting gracefully."
177+
echo "No changes to this package. Exiting gracefully."
178178
fi
179179
180180
hydefront:
@@ -222,7 +222,7 @@ jobs:
222222
223223
git push upstream master
224224
else
225-
echo "No changes to this package. Exiting gracefully."
225+
echo "No changes to this package. Exiting gracefully."
226226
fi
227227
228228
docs:
@@ -275,7 +275,7 @@ jobs:
275275
276276
git push upstream upcoming
277277
else
278-
echo "No changes to this package. Exiting gracefully."
278+
echo "No changes to this package. Exiting gracefully."
279279
fi
280280
281281
testing:
@@ -323,7 +323,7 @@ jobs:
323323
324324
git push upstream master
325325
else
326-
echo "No changes to this package. Exiting gracefully."
326+
echo "No changes to this package. Exiting gracefully."
327327
fi
328328
329329
ui-kit:
@@ -372,6 +372,6 @@ jobs:
372372
373373
git push upstream master
374374
else
375-
echo "No changes to this package. Exiting gracefully."
375+
echo "No changes to this package. Exiting gracefully."
376376
fi
377377

0 commit comments

Comments
 (0)