@@ -18,119 +18,119 @@ jobs:
1818 - name : Checkout `simulation`
1919 uses : actions/checkout@v4.1.2
2020 with :
21- repository : game-simulations /simulation
21+ repository : simulation-tree /simulation
2222 token : ${{ secrets.PAT }}
2323 path : simulation
2424
2525 - name : Checkout `text-rendering`
2626 uses : actions/checkout@v4.1.2
2727 with :
28- repository : game-simulations /text-rendering
28+ repository : simulation-tree /text-rendering
2929 token : ${{ secrets.PAT }}
3030 path : text-rendering
3131
3232 - name : Checkout `freetype`
3333 uses : actions/checkout@v4.1.2
3434 with :
35- repository : game-simulations /freetype
35+ repository : simulation-tree /freetype
3636 token : ${{ secrets.PAT }}
3737 path : freetype
3838
3939 - name : Checkout `data`
4040 uses : actions/checkout@v4.1.2
4141 with :
42- repository : game-simulations /data
42+ repository : simulation-tree /data
4343 token : ${{ secrets.PAT }}
4444 path : data
4545
4646 - name : Checkout `unmanaged`
4747 uses : actions/checkout@v4.1.2
4848 with :
49- repository : game-simulations /unmanaged
49+ repository : simulation-tree /unmanaged
5050 token : ${{ secrets.PAT }}
5151 path : unmanaged
5252
5353 - name : Checkout `font-systems`
5454 uses : actions/checkout@v4.1.2
5555 with :
56- repository : game-simulations /font-systems
56+ repository : simulation-tree /font-systems
5757 token : ${{ secrets.PAT }}
5858 path : font-systems
5959
6060 - name : Checkout `data-systems`
6161 uses : actions/checkout@v4.1.2
6262 with :
63- repository : game-simulations /data-systems
63+ repository : simulation-tree /data-systems
6464 token : ${{ secrets.PAT }}
6565 path : data-systems
6666
6767 - name : Checkout `collections`
6868 uses : actions/checkout@v4.1.2
6969 with :
70- repository : game-simulations /collections
70+ repository : simulation-tree /collections
7171 token : ${{ secrets.PAT }}
7272 path : collections
7373
7474 - name : Checkout `worlds`
7575 uses : actions/checkout@v4.1.2
7676 with :
77- repository : game-simulations /worlds
77+ repository : simulation-tree /worlds
7878 token : ${{ secrets.PAT }}
7979 path : worlds
8080
8181 - name : Checkout `fonts`
8282 uses : actions/checkout@v4.1.2
8383 with :
84- repository : game-simulations /fonts
84+ repository : simulation-tree /fonts
8585 token : ${{ secrets.PAT }}
8686 path : fonts
8787
8888 - name : Checkout `types`
8989 uses : actions/checkout@v4.1.2
9090 with :
91- repository : game-simulations /types
91+ repository : simulation-tree /types
9292 token : ${{ secrets.PAT }}
9393 path : types
9494
9595 - name : Checkout `textures`
9696 uses : actions/checkout@v4.1.2
9797 with :
98- repository : game-simulations /textures
98+ repository : simulation-tree /textures
9999 token : ${{ secrets.PAT }}
100100 path : textures
101101
102102 - name : Checkout `rendering`
103103 uses : actions/checkout@v4.1.2
104104 with :
105- repository : game-simulations /rendering
105+ repository : simulation-tree /rendering
106106 token : ${{ secrets.PAT }}
107107 path : rendering
108108
109109 - name : Checkout `bin-packer`
110110 uses : actions/checkout@v4.1.2
111111 with :
112- repository : game-simulations /bin-packer
112+ repository : simulation-tree /bin-packer
113113 token : ${{ secrets.PAT }}
114114 path : bin-packer
115115
116116 - name : Checkout `shaders`
117117 uses : actions/checkout@v4.1.2
118118 with :
119- repository : game-simulations /shaders
119+ repository : simulation-tree /shaders
120120 token : ${{ secrets.PAT }}
121121 path : shaders
122122
123123 - name : Checkout `meshes`
124124 uses : actions/checkout@v4.1.2
125125 with :
126- repository : game-simulations /meshes
126+ repository : simulation-tree /meshes
127127 token : ${{ secrets.PAT }}
128128 path : meshes
129129
130130 - name : Checkout `materials`
131131 uses : actions/checkout@v4.1.2
132132 with :
133- repository : game-simulations /materials
133+ repository : simulation-tree /materials
134134 token : ${{ secrets.PAT }}
135135 path : materials
136136
0 commit comments