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 0b6405c commit 079da01Copy full SHA for 079da01
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: action-slack
88
uses: 8398a7/action-slack@v3
89
with:
90
- status: ${{ needs.testing.result }}
+ status: ${{ needs.documentation-deployment.result }}
91
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
92
env:
93
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments