mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 13:27:27 +00:00
Add safe directory git config
This commit is contained in:
parent
efb785d972
commit
4c9d9387c9
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
sh -c "git config --global --add safe.directory $PWD"
|
||||||
sh -c "echo $* | /talisman --githook pre-push"
|
sh -c "echo $* | /talisman --githook pre-push"
|
||||||
|
|
Loading…
Reference in a new issue