mirror of https://github.com/OpenVidu/openvidu.git
ci: Added commit message and id in dispatch event
parent
da6388cc3c
commit
a652754fc5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue