ci: fix exclusions updater (again)

This commit is contained in:
Paul Pfeister 2025-09-15 21:29:20 -04:00
parent 69d3308c71
commit 6d15f1319e
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994
1 changed files with 1 additions and 1 deletions

View File

@ -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