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 69d3308 commit 6d15f13Copy full SHA for 6d15f13
.github/workflows/exclusions.yml
@@ -72,7 +72,7 @@ jobs:
72
git config user.email "[email protected]"
73
74
git fetch origin exclusions || true # Allows creation of branch if deleted
75
- git checkout -B exclusions origin/exclusions || git checkout --orphan exclusions
+ git checkout -B exclusions origin/exclusions || (git checkout --orphan exclusions && git rm -rf .)
76
77
git add false_positive_exclusions.txt
78
0 commit comments