Skip to content

##[error]Request failed with status code 400Β #2

@sayjeyhi

Description

@sayjeyhi

I did tried this action but we are getting 400 status code .

name: Rocket.Chat Notification

on:
  pull_request:
    types: [opened, review_requested, reopened, assigned]

jobs:
  send_message_on_rocket:
    runs-on: ubuntu-latest
    steps:
      - name: Rocket.Chat Notification
        uses: RocketChat/Rocket.Chat.GitHub.Action.Notification@master
        if: always()
        with:
          type: ${{ job.status }}
          job_name: '*Lint Check*'
          mention: 'here'
          mention_if: 'failure'
          channel: '#github-updates'
          username: 'github'
          url: ${{ secrets.ROCKETCHAT_WEBHOOK }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions