Skip to content

Commit

Permalink
Don't replace quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Apr 20, 2022
1 parent 7fa04e3 commit 7f231a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ if [[ -z "${PR_NUMBER}" ]]; then
else
TITLE=$(git log -1 --pretty=%s | head -1)
fi
# shellcheck disable=SC2001
TITLE=$(echo -e "${TITLE}" | sed 's/\`/\\`/g') # fix for '`' marks in title
# shellcheck disable=SC2001
TEMPLATE=$(echo -e "${TEMPLATE}" | sed 's/\`/\\`/g') # fix for '`' marks in template
ARG_LIST=()
ARG_LIST+=("-m \"${TITLE}\"")
ARG_LIST+=("-m \"${TEMPLATE}\"")
Expand Down

0 comments on commit 7f231a5

Please sign in to comment.