Skip to content

Commit

Permalink
Use single equals
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Nov 15, 2023
1 parent 01db065 commit af00bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webrtc-load-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
STREAMER_BASE_URL_INPUT="${{ inputs.streamer-base-url }}"
if [ "${{ inputs.production }}" == "true" ]; then
if [ "${{ inputs.production }}" = "true" ]; then
API_SERVER="livepeer.com"
API_TOKEN="${{ secrets.LOAD_TEST_PROD_API_KEY }}"
STREAMER_BASE_URL="${STREAMER_BASE_URL_INPUT:-"rtmp://rtmp.livepeer.com/live/"}"
Expand Down

0 comments on commit af00bba

Please sign in to comment.