Skip to content

Commit 9e35b1a

Browse files
committed
update github action
1 parent 00193c6 commit 9e35b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/immutabledata.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424
- name: Run tests
2525
run: |
26-
curl -s https://raw.githubusercontent.com/vanvoorden/ImmutableData/refs/heads/main/test.sh | sh
26+
curl -s https://raw.githubusercontent.com/Swift-ImmutableData/ImmutableData/refs/heads/main/test.sh | sh
2727
product_tests:
2828
name: Product Tests
2929
runs-on: macos-15
@@ -33,4 +33,4 @@ jobs:
3333
- name: Run tests
3434
run: |
3535
cd Samples
36-
curl -s https://raw.githubusercontent.com/vanvoorden/ImmutableData/refs/heads/main/Samples/test.sh | sh
36+
curl -s https://raw.githubusercontent.com/Swift-ImmutableData/ImmutableData/refs/heads/main/Samples/test.sh | sh

0 commit comments

Comments
 (0)