Skip to content

Commit 7ff3924

Browse files
committed
ci(exclusions): ensure unstaging and removal of tmp
1 parent 39c3729 commit 7ff3924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/exclusions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
8484
mv false_positive_exclusions.txt.tmp false_positive_exclusions.txt
8585
86+
git rm -f false_positive_exclusions.txt.tmp || true
8687
git add false_positive_exclusions.txt
8788
git commit -m "auto: update exclusions list" || echo "No changes to commit"
8889
git push origin exclusions

0 commit comments

Comments
 (0)