Update links to testing-plugins repo

This commit is contained in:
Oliver Hamlet
2023-06-25 14:03:03 +01:00
parent 46c4ad170d
commit 3f05d6ad8a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ jobs:
run: |
cd tests
(New-Object Net.WebClient).DownloadFile('https://github.com/WrinklyNinja/testing-plugins/archive/1.4.0.zip', "$PWD/1.4.0.zip")
(New-Object Net.WebClient).DownloadFile('https://github.com/Ortham/testing-plugins/archive/1.4.0.zip', "$PWD/1.4.0.zip")
7z x 1.4.0.zip
mv testing-plugins-1.4.0 testing-plugins
@@ -93,7 +93,7 @@ jobs:
run: |
cd tests
wget https://github.com/WrinklyNinja/testing-plugins/archive/1.4.1.tar.gz
wget https://github.com/Ortham/testing-plugins/archive/1.4.1.tar.gz
tar -xf 1.4.1.tar.gz
mv testing-plugins-1.4.1 testing-plugins