diff --git a/scripts/hookName.sh b/scripts/hookName.sh index fb67750c..532eefcd 100755 --- a/scripts/hookName.sh +++ b/scripts/hookName.sh @@ -1,3 +1,3 @@ #!/bin/bash BRANCH="$(git branch 2>/dev/null | grep '^*' | colrm 1 2)" -curl -H "Content-Type: application/json" -X POST -d '{"username": "Github Actions", "content": "**Branch:** `'$BRANCH'`"}' "$WEBHOOK" +curl -H "Content-Type: application/json" -X POST -d '{"username": "Github Actions", "content": "**Branch:** '$BRANCH'"}' "$WEBHOOK"