Skip to content

Commit aabb969

Browse files
committed
Prevent checked out repos from being committed
1 parent 5a13dc1 commit aabb969

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/run-scripts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Commit changes
4646
shell: pwsh
4747
run: |
48+
rm -rf checkout
4849
git diff > changes.patch
4950
$changes = Get-Item changes.patch
5051

checkout/ServiceControl

Lines changed: 0 additions & 1 deletion
This file was deleted.

checkout/ServicePulse

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)