Skip to content

Commit

Permalink
fix slack payload (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai authored Oct 9, 2024
1 parent 9d63e07 commit 6fcc069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
"fields": [
{
"type": "mrkdwn",
"text": "*Build Result:*\n${{ steps.integration-tests.outcome == 'success' && ':large_green_circle: Build Passed' || ':red_circle: Build Failed' }}"
"text": "*Build Result:*\n${{ needs.integration-tests.result == 'success' && ':large_green_circle: Build Passed' || ':red_circle: Build Failed' }}"
},
{
"type": "mrkdwn",
Expand Down

0 comments on commit 6fcc069

Please sign in to comment.