Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Send message with Webex

Example

name: Send notification

on:
  pull_request:
    types: [opened, reopened]
    branches:
      - 'main'

jobs:
  notify:
    runs-on: ubuntu-latest
    steps:
      - name: Send message to room
        uses: bndynet/github-action-webex@v2
        with:
          action: message
          token: ${{ secrets.WX_TOKEN }}
          server: ${{ secrets.WX_SERVER }}
          rooms: ${{ secrets.WX_ROOMID }}
          message: "# PR ${{ github.event.pull_request.number }} opened"

About

Send message with Webex in GitHub Action

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages