ci: Set default value if input is empty

pull/750/head
Carlos Santos 2022-10-05 10:22:16 +02:00
parent f8bb589caa
commit 0a2a89e375
1 changed files with 1 additions and 1 deletions

View File

@ -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