Skip to content

Commit

Permalink
슬랙 메시지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Guri999 committed Jan 31, 2025
1 parent c7f3f29 commit dc2e5db
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,15 @@ jobs:
RELEASE_VERSION="${{ needs.update_jira.outputs.APP_VERSION }}"
echo "Release Version: $RELEASE_VERSION"
RAW_CONTENT="$(cat jira_entries.txt)"
CLEANED_CONTENT="$(echo "$RAW_CONTENT" | sed -E 's/\[([^]]+)\]\(([^)]+)\)/<\2|\1>/g')"

SLACK_MESSAGE="$(cat << EOF
🚀 *AOS $RELEASE_VERSION release*
\`\`\`
$(cat jira_entries.txt)
\`\`\`

$CLEANED_CONTENT

EOF
)"

Expand Down

0 comments on commit dc2e5db

Please sign in to comment.