Skip to content

Commit 6d15f13

Browse files
committed
ci: fix exclusions updater (again)
1 parent 69d3308 commit 6d15f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/exclusions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
git config user.email "[email protected]"
7373
7474
git fetch origin exclusions || true # Allows creation of branch if deleted
75-
git checkout -B exclusions origin/exclusions || git checkout --orphan exclusions
75+
git checkout -B exclusions origin/exclusions || (git checkout --orphan exclusions && git rm -rf .)
7676
7777
git add false_positive_exclusions.txt
7878

0 commit comments

Comments
 (0)