Skip to content

Commit

Permalink
Add missing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Oct 2, 2024
1 parent 303c977 commit 689e0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secrets-detection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
--exclude-files 'venv' \
--exclude-files 'dist' \
--exclude-files 'build' \
--exclude-files '.*\.egg-info'
--exclude-files '.*\.egg-info' \
--exclude-files '\.pre-commit-config.yaml'
# if there is any difference between the known and newly detected secrets, break the build
Expand Down

0 comments on commit 689e0d7

Please sign in to comment.