Skip to content

Commit

Permalink
ci: Set default value if input is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Oct 5, 2022
1 parent f8bb589 commit 0a2a89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-components-angular-E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a2a89e

Please sign in to comment.