mirror of https://github.com/OpenVidu/openvidu.git
ci: Set default value if input is empty
parent
f8bb589caa
commit
0a2a89e375
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: |
|
||||
gh api repos/OpenVidu/openvidu-call/dispatches \
|
||||
-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 }}"}'
|
||||
-F client_payload={"commit-message": "${{ github.event.head_commit.message || '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