diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9be1823a..e15e713e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -242,7 +242,7 @@ jobs: - uses: 47ng/actions-slack-notify@main with: status: ${{ job.status }} - jobName: CI + jobName: Continuous Integration env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}