Skip to content

Commit

Permalink
Fix the action
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Mar 4, 2024
1 parent cbdf187 commit 84b41d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/notify_team_new_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Escape title double quotes
id: escape_title
run: |
echo "ISSUE_TITLE=${{ toJSON(github.event.issue.title) }}" >> "$GITHUB_OUTPUT"
title='${{ github.event.issue.title }}'
echo "ISSUE_TITLE=${title//\"/\\\"}" >> "$GITHUB_OUTPUT"
- name: Send message to Slack channel
env:
Expand Down

0 comments on commit 84b41d0

Please sign in to comment.