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 2eed2fd commit 42ca259
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="${{ github.event.release.body//$'\n'/\\n }}"
echo "release_body_escaped=$release_body_escaped" >> "$GITHUB_OUTPUT"
# release_body_escaped="${{ github.event.release.body//$'\n'/\\n }}"
# echo "release_body_escaped=$release_body_escaped" >> "$GITHUB_OUTPUT"

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

0 comments on commit 42ca259

Please sign in to comment.