Skip to content

Commit

Permalink
[bitnami/*] Fix notification msg in CD Pipeline workflow (#42099)
Browse files Browse the repository at this point in the history
Signed-off-by: Fran de Paz <fdepaz@vmware.com>
  • Loading branch information
Fran de Paz Galán authored Jul 24, 2023
1 parent 23ec902 commit 214ec7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "The CD pipeline for <${{ github.event.head_commit.url }}|bitnami/containers@${{ github.event.head_commit.id }}> did not succeed. Check the related <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|action run> for more information."
"text": "The CD Pipeline for <${{ github.event.workflow_run.head_commit.url }}|bitnami/containers@${{ github.event.workflow_run.head_commit.id }}> and launched by its CD Prepare <${{ github.event.workflow_run.html_url }}|workflow run> did not succeed. Check the related <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|CD Pipeline run> for more information."
}
}
]
Expand Down

0 comments on commit 214ec7f

Please sign in to comment.