From 7ff3924f0b5d82b74926ee63acb5a995007aaa38 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Wed, 17 Sep 2025 17:17:49 -0400 Subject: [PATCH] ci(exclusions): ensure unstaging and removal of tmp --- .github/workflows/exclusions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/exclusions.yml b/.github/workflows/exclusions.yml index 95b6180f..6617ad67 100644 --- a/.github/workflows/exclusions.yml +++ b/.github/workflows/exclusions.yml @@ -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