We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574b589 commit bf63bfbCopy full SHA for bf63bfb
.github/workflows/healthcheck.yml
@@ -19,6 +19,8 @@ jobs:
19
env:
20
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
21
run: make test
22
+
23
+ - name: Notify Slack
24
uses: kpritam/slack-job-status-action@v1
25
with:
26
job-status: ${{ job.status }}
0 commit comments