Skip to content

Commit

Permalink
= Github Workflow fix?
Browse files Browse the repository at this point in the history
Test
.
  • Loading branch information
May2Beez committed Nov 26, 2023
1 parent faa16e1 commit 3e39eeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
COMMIT_MESSAGE="${{ github.event.head_commit.message }}"
COMMIT_URL="${{ github.event.head_commit.url }}"
SHORT_COMMIT_SHA="${{ steps.short_sha.outputs.sha_short }}"
escaped_commit_message=$(echo "${COMMIT_MESSAGE}" | sed -e 's/"/\\"/g' -e 's/\//\\\/g')
escaped_commit_message=$(echo "${COMMIT_MESSAGE}" | sed 's/\\n/\
/g')
curl -X POST -H "Content-Type: application/json" \
-d "{
\"embeds\": [
Expand Down

0 comments on commit 3e39eeb

Please sign in to comment.