mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 13:27:27 +00:00
Fix talisman invocation
This commit is contained in:
parent
34c7499bdc
commit
8736fca8b4
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
|
||||
set -e
|
||||
|
||||
sh -c "echo $* | /talisman"
|
||||
sh -c "echo $* | /talisman --githook pre-push"
|
||||
|
|
Loading…
Reference in a new issue