Skip to content

Commit 079da01

Browse files
committed
Fixing actions.
1 parent 0b6405c commit 079da01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: action-slack
8888
uses: 8398a7/action-slack@v3
8989
with:
90-
status: ${{ needs.testing.result }}
90+
status: ${{ needs.documentation-deployment.result }}
9191
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
9292
env:
9393
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)