ci: Added commit message and id in dispatch event

pull/750/head
Carlos Santos 2022-10-05 10:12:42 +02:00
parent da6388cc3c
commit a652754fc5
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.OPENVIDU_DISPATCH_EVENT_GA }}
run: |
gh api repos/OpenVidu/openvidu-call/dispatches \
-f event_type='openvidu-components-angular'
-f event_type='openvidu-components-angular' \
-F client_payload='{"commit-message": "${{ github.event.head_commit.message:-Manually run }}","commit-ref": "${{ github.event.head_commit.sha:-Manually run }}"}'
- name: Run Selenium Chromedriver
run: docker run -d --shm-size="2g" --network host selenium/standalone-chrome:104.0
- name: Run openvidu-server-kms