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 524fa64 commit 3f996ebCopy full SHA for 3f996eb
.github/workflows/e2e-suite.yml
@@ -196,7 +196,7 @@ jobs:
196
"fields": [
197
{
198
"type": "mrkdwn",
199
- "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' }}"
200
},
201
202
0 commit comments