ci(exclusions): ensure unstaging and removal of tmp
This commit is contained in:
parent
39c3729524
commit
7ff3924f0b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue