Skip to content

Commit effa87a

Browse files
committed
Fix direct sdk repository references (#1730)
1 parent 9c4d476 commit effa87a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-infrastructure.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
# Because called actions run in caller repository, we have to be explicit here.
2626
- uses: actions/checkout@v3
2727
with:
28-
repository: trinsic-id/sdk
28+
repository: trinsic-id/v2-sdk
2929
path: ./sdk
3030
- name: Install CLI
3131
run: |
3232
# Step 1: Download the .deb package using curl with the -L option to follow redirects
33-
curl -L -o trinsic_cli.deb https://github.com/trinsic-id/sdk/releases/download/v1.13.0/trinsic_cli_1.13.0_amd64.deb
33+
curl -L -o trinsic_cli.deb https://github.com/trinsic-id/v2-sdk/releases/download/v1.13.0/trinsic_cli_1.13.0_amd64.deb
3434
# Step 2: Install the downloaded .deb package using dpkg
3535
sudo dpkg -i trinsic_cli.deb
3636
@@ -45,7 +45,7 @@ jobs:
4545
# Because called actions run in caller repository, we have to be explicit here.
4646
- uses: actions/checkout@v3
4747
with:
48-
repository: trinsic-id/sdk
48+
repository: trinsic-id/v2-sdk
4949
path: ./sdk
5050
- uses: actions/cache@v3
5151
id: npm-cache

0 commit comments

Comments
 (0)