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"Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|