Skip to content

Commit

Permalink
Update sync-readme-changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch authored Sep 13, 2023
1 parent 2635ace commit 339ed30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-readme-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
--data "$payload"

# Escape newlines for Slack payload
release_body_escaped=$(echo -n "$release_body" | sed ':a;N;$!ba;s/\n/\\\\n/g')
echo "release_body_escaped=$release_body_escaped" >> "$GITHUB_OUTPUT"
# release_body_escaped=$(echo -n "$release_body" | sed ':a;N;$!ba;s/\n/\\\\n/g')
echo "release_body_escaped=$release_body" >> "$GITHUB_OUTPUT"

- name: Announce New Release in Slack
uses: slackapi/[email protected]
Expand Down

0 comments on commit 339ed30

Please sign in to comment.