diff --git a/.github/workflows/check-documentation-urls.yml b/.github/workflows/check-documentation-urls.yml index d68abc764a..4b379499a4 100644 --- a/.github/workflows/check-documentation-urls.yml +++ b/.github/workflows/check-documentation-urls.yml @@ -29,7 +29,7 @@ jobs: - name: Build nodes-base run: pnpm --filter @n8n/client-oauth2 --filter n8n-workflow --filter n8n-core --filter n8n-nodes-base build - - name: Test URLS + - name: Test URLs run: node scripts/validate-docs-links.js - name: Notify Slack on failure @@ -37,6 +37,6 @@ jobs: if: failure() with: status: ${{ job.status }} - channel: '#alerts-build' + channel: '#mission-docs' webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} message: Documentation URLs check failed (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})