Skip to content

Commit 53bd52d

Browse files
Jammy2211claude
authored andcommitted
ci: update library checkout orgs to PyAutoLabs
Replace stale rhayes777/ and Jammy2211/ repository references in the Tests workflow with their new canonical PyAutoLabs/ locations so CI checks out from the correct upstream. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 921f3fb commit 53bd52d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
- name: Checkout PyAutoConf
1414
uses: actions/checkout@v2
1515
with:
16-
repository: rhayes777/PyAutoConf
16+
repository: PyAutoLabs/PyAutoConf
1717
path: PyAutoConf
1818
- name: Checkout PyAutoFit
1919
uses: actions/checkout@v2
2020
with:
21-
repository: rhayes777/PyAutoFit
21+
repository: PyAutoLabs/PyAutoFit
2222
path: PyAutoFit
2323
- name: Checkout PyAutoArray
2424
uses: actions/checkout@v2
2525
with:
26-
repository: Jammy2211/PyAutoArray
26+
repository: PyAutoLabs/PyAutoArray
2727
path: PyAutoArray
2828
- name: Checkout PyAutoGalaxy
2929
uses: actions/checkout@v2

0 commit comments

Comments
 (0)