We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70db39a commit 18e59a3Copy full SHA for 18e59a3
.github/workflows/samples.yml
@@ -83,7 +83,7 @@ jobs:
83
set -x
84
file_path="./dependency/libkvspic/kvspic-src/src/client/src/StreamEvent.c"
85
string_to_replace='pKinesisVideoStream->streamingAuthInfo.expiration = MIN(expiration, currentTime + MAX_ENFORCED_TOKEN_EXPIRATION_DURATION);'
86
- string_to_replace_with='pKinesisVideoStream->streamingAuthInfo.expiration = MIN( expiration, currentTime + MIN_STREAMING_TOKEN_EXPIRATION_DURATION);'
+ string_to_replace_with='pKinesisVideoStream->streamingAuthInfo.expiration = MIN(expiration, currentTime + MIN_STREAMING_TOKEN_EXPIRATION_DURATION);'
87
88
set +e
89
echo "Checking if the pattern exists before replacement:"
0 commit comments