Skip to content

Commit

Permalink
load-test: Use the newer method for saving github step output.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 committed Dec 11, 2023
1 parent a8e3c51 commit 17e7357
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/load-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ jobs:
fi
fi
echo "::set-output name=api-server::${API_SERVER}"
echo "::set-output name=api-token::${API_TOKEN}"
echo "::set-output name=streamer-base-url::${STREAMER_BASE_URL}"
echo "::set-output name=playback-base-url::${PLAYBACK_BASE_URL}"
echo "::set-output name=playback-manifest-url::${PLAYBACK_MANIFEST_URL}"
echo "::set-output name=playback-jwt-private-key::${PLAYBACK_JWT_PRIVATE_KEY}"
echo "api-server=${API_SERVER}" >> "${GITHUB_OUTPUT}"
echo "api-token=${API_TOKEN}" >> "${GITHUB_OUTPUT}"
echo "streamer-base-url=${STREAMER_BASE_URL}" >> "${GITHUB_OUTPUT}"
echo "playback-base-url=${PLAYBACK_BASE_URL}" >> "${GITHUB_OUTPUT}"
echo "playback-manifest-url=${PLAYBACK_MANIFEST_URL}" >> "${GITHUB_OUTPUT}"
echo "playback-jwt-private-key=${PLAYBACK_JWT_PRIVATE_KEY}" >> "${GITHUB_OUTPUT}"
- name: Load Test
run: webrtc-load-tester orchestrator ${{ inputs.extra-args }}
Expand Down

0 comments on commit 17e7357

Please sign in to comment.