Skip to content

Commit

Permalink
fix(actions): Fix Slack message payload
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed May 14, 2024
1 parent fe57868 commit 13ca4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-cloud-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: "0 9 * * 1,2,3,4,5"

jobs:
daily-release:
prepare-cloud-release:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
with:
payload: |
{
"text": "*<${{steps.create-pr.outputs.pr_url}}|Novu Cloud Release: ${{steps.output-variables.outputs.date_humanized }}>*",
"text": "*<${{steps.create-pr.outputs.pr_url}}|Novu Cloud Release: ${{steps.output-variables.outputs.date_humanized }}>*\n```${{env.COMMIT_LOG}}```",
"blocks": [
{
"type": "section",
Expand Down

0 comments on commit 13ca4b8

Please sign in to comment.