We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a2d30 commit faddcbdCopy full SHA for faddcbd
.github/workflows/exclusions.yml
@@ -71,7 +71,8 @@ jobs:
71
git config user.name "Paul Pfeister (automation)"
72
git config user.email "[email protected]"
73
74
- git stash push -m "stash false positive exclusion list" --include-untracked -- false_positive_exclusions.txt
+ git add -f false_positive_exclusions.txt # -f required to override .gitignore
75
+ git stash push -m "stash false positive exclusion list" -- false_positive_exclusions.txt
76
77
git fetch origin exclusions || true # Allows creation of branch if deleted
78
git checkout -B exclusions origin/exclusions || (git checkout --orphan exclusions && git rm -rf .)
0 commit comments