ci: fix exclusions updater (again)
This commit is contained in:
parent
69d3308c71
commit
6d15f1319e
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
git config user.email "code@pfeister.dev"
|
||||
|
||||
git fetch origin exclusions || true # Allows creation of branch if deleted
|
||||
git checkout -B exclusions origin/exclusions || git checkout --orphan exclusions
|
||||
git checkout -B exclusions origin/exclusions || (git checkout --orphan exclusions && git rm -rf .)
|
||||
|
||||
git add false_positive_exclusions.txt
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue