Skip to content

Commit

Permalink
eof
Browse files Browse the repository at this point in the history
  • Loading branch information
Guri999 committed Jan 31, 2025
1 parent 51f24fe commit 2b76ac4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,12 @@ jobs:
echo "Release Version: $RELEASE_VERSION"
SLACK_MESSAGE="$(cat << EOF
🚀 *AOS $RELEASE_VERSION release* \n
```\n
🚀 *AOS $RELEASE_VERSION release*
\`\`\`
$(cat jira_entries.txt)
\n```
EOF)"
\`\`\`
EOF
)"
JSON_PAYLOAD=$(echo "$SLACK_MESSAGE" | jq -R --slurp '{text: .}')
curl -X POST ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit 2b76ac4

Please sign in to comment.