Skip to content

Commit 2cc4e92

Browse files
committed
Fix git conflict.
1 parent 342d8c1 commit 2cc4e92

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/datachannel_echo-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ jobs:
111111
run: |
112112
git config user.name github-actions
113113
git config user.email [email protected]
114-
git pull
115114
git commit DataChannel_Echo_test_results.md README.md -m "Automated data channel echo test results."
115+
git pull --rebase
116116
git push

.github/workflows/peerconnection-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,6 @@ jobs:
163163
run: |
164164
git config user.name github-actions
165165
git config user.email [email protected]
166-
git pull
167166
git commit PeerConnection_test_results.md README.md -m "Automated peer connection test results."
167+
git pull --rebase
168168
git push

sipsorcery/client/README.md

100644100755
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
**Description**
22

3-
A .NET Core console application that acts as a peer for a WebRTC Echo Server.
3+
A .NET console application that acts as a peer for a WebRTC Echo Server.
44

55
**Prerequisites**
66

7-
The .NET 5 SDK needs to be installed as per https://dotnet.microsoft.com/download/dotnet/5.0.
7+
The .NET 5 SDK needs to be installed as per https://dotnet.microsoft.com/download/dotnet/8.0.
88

99
Note the full SDK install is required, and not the runtime-only option, so as the console application can be built from source.
1010

sipsorcery/server/README.md

100644100755
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
**Description**
22

3-
A .NET Core console application that runs a WebRTC Echo Server.
3+
A .NET console application that runs a WebRTC Echo Server.
44

55
**Prerequisites**
66

7-
The .NET 5 SDK needs to be installed as per https://dotnet.microsoft.com/download/dotnet/5.0.
7+
The .NET 8 SDK needs to be installed as per https://dotnet.microsoft.com/download/dotnet/8.0.
88

99
Note the full SDK install is required, and not the runtime-only option, so as the console application can be built from source.
1010

0 commit comments

Comments
 (0)