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 9009dfb commit 117f59dCopy full SHA for 117f59d
.github/workflows/health_check.yml
@@ -29,6 +29,8 @@ jobs:
29
env:
30
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
31
run: npm test
32
+
33
+ - name: Notify slack
34
uses: kpritam/slack-job-status-action@v1
35
with:
36
job-status: ${{ job.status }}
0 commit comments