Skip to content

integrating slack channel #2

integrating slack channel

integrating slack channel #2

Workflow file for this run

name: Notify Slack
on:
pull_request:
types:
- assigned
- unassigned
- labeled
- unlabeled
- opened
- edited
- closed
- reopened
- synchronize
- ready_for_review
- locked
- unlocked
- review_requested
- review_request_removed
jobs:
slackNotification:
runs-on: ubuntu-latest
steps:
- name: Send notification to Slack
uses: rtCamp/[email protected]
env:
SLACK_WEB

Check failure on line 28 in .github/workflows/slack-notify.yml

View workflow run for this annotation

GitHub Actions / Notify Slack

Invalid workflow file

The workflow is not valid. .github/workflows/slack-notify.yml (Line: 28, Col: 11): Unexpected value 'SLACK_WEB'