We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d63e07 commit 6fcc069Copy full SHA for 6fcc069
.github/workflows/e2e-test.yml
@@ -120,7 +120,7 @@ jobs:
120
"fields": [
121
{
122
"type": "mrkdwn",
123
- "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' }}"
124
},
125
126
0 commit comments