diff --git a/.github/workflows/slack-notification.yml b/.github/workflows/slack-notification.yml index 94dce92..2ad23ca 100644 --- a/.github/workflows/slack-notification.yml +++ b/.github/workflows/slack-notification.yml @@ -1,5 +1,6 @@ name: Slack Notification +# This is a test on: pull_request: types: [opened] @@ -37,4 +38,4 @@ jobs: payload: ${{ steps.notification.outputs.payload }} env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK \ No newline at end of file + SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK