Skip to content

Commit e5001bb

Browse files
authored
Merge pull request #109 from Totodore/chore-custom-ci
chore(ci): migrating from official e2e to custom
2 parents b7c2398 + 3c01baf commit e5001bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/engineio-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
toolchain: stable
2020
- uses: actions/checkout@v3
2121
with:
22-
repository: socketio/engine.io-protocol
22+
repository: totodore/engine.io-protocol
2323
path: engine.io-protocol
2424
ref: v3
2525
- uses: actions/setup-node@v3
@@ -56,7 +56,7 @@ jobs:
5656
toolchain: stable
5757
- uses: actions/checkout@v3
5858
with:
59-
repository: socketio/engine.io-protocol
59+
repository: totodore/engine.io-protocol
6060
path: engine.io-protocol
6161
ref: main
6262
- uses: actions/setup-node@v3

.github/workflows/socketio-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
toolchain: stable
4848
- uses: actions/checkout@v3
4949
with:
50-
repository: socketio/socket.io-protocol
50+
repository: totodore/socket.io-protocol
5151
path: socket.io-protocol
5252
- uses: actions/setup-node@v3
5353
with:

0 commit comments

Comments
 (0)