mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-04-28 11:53:22 -07:00
f
This commit is contained in:
@@ -211,6 +211,8 @@ jobs:
|
||||
# Keep all fixer changes, including .github/workflows, and rely on permissioned tokens to push safely.
|
||||
# Only temporary tool artifacts are filtered out.
|
||||
git reset -- chack_failure_summary.txt chack_prompt.txt
|
||||
# Never commit generated or regenerated regex list files from this workflow.
|
||||
git reset -- build_lists/regexes.yaml
|
||||
if ! git diff --cached --quiet; then
|
||||
git commit -m "Fix CI failures for PR #${PR_NUMBER}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user