ci(exclusions): ensure unstaging and removal of tmp

This commit is contained in:
Paul Pfeister 2025-09-17 17:17:49 -04:00
parent 39c3729524
commit 7ff3924f0b
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ jobs:
mv false_positive_exclusions.txt.tmp false_positive_exclusions.txt
git rm -f false_positive_exclusions.txt.tmp || true
git add false_positive_exclusions.txt
git commit -m "auto: update exclusions list" || echo "No changes to commit"
git push origin exclusions