Skip to content

Commit 6543c50

Browse files
committed
multi dist repo #1
1 parent 24fc613 commit 6543c50

File tree

35 files changed

+13
-13
lines changed

35 files changed

+13
-13
lines changed

.github/workflows/test-all.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,86 +14,86 @@ jobs:
1414
needs: []
1515
secrets: inherit
1616
with:
17-
name: "test"
17+
name: "test1"
1818
repo_name: "prototype-test/dist-repo-use-branch_test"
19-
upstream_dist_path: "test"
19+
upstream_dist_path: "test/test1"
2020
test2:
2121
uses: ./.github/workflows/validation-proxy.yml
2222
needs: []
2323
secrets: inherit
2424
with:
2525
name: "test2"
2626
repo_name: "prototype-test/dist-repo-use-branch_test2"
27-
upstream_dist_path: "test2"
27+
upstream_dist_path: "test/test2"
2828
test3:
2929
uses: ./.github/workflows/validation-proxy.yml
3030
needs: []
3131
secrets: inherit
3232
with:
3333
name: "test3"
3434
repo_name: "prototype-test/dist-repo-use-branch_test3"
35-
upstream_dist_path: "test3"
35+
upstream_dist_path: "test/test3"
3636
test4:
3737
uses: ./.github/workflows/validation-proxy.yml
3838
needs: []
3939
secrets: inherit
4040
with:
4141
name: "test4"
4242
repo_name: "prototype-test/dist-repo-use-branch_test4"
43-
upstream_dist_path: "test4"
43+
upstream_dist_path: "test/test4"
4444
test5:
4545
uses: ./.github/workflows/validation-proxy.yml
4646
needs: []
4747
secrets: inherit
4848
with:
4949
name: "test5"
5050
repo_name: "prototype-test/dist-repo-use-branch_test5"
51-
upstream_dist_path: "test5"
51+
upstream_dist_path: "test/test5"
5252
test6:
5353
uses: ./.github/workflows/validation-proxy.yml
5454
needs: []
5555
secrets: inherit
5656
with:
5757
name: "test6"
5858
repo_name: "prototype-test/dist-repo-use-branch_test6"
59-
upstream_dist_path: "test6"
59+
upstream_dist_path: "test/test6"
6060
test7:
6161
uses: ./.github/workflows/validation-proxy.yml
6262
needs: []
6363
secrets: inherit
6464
with:
6565
name: "test7"
6666
repo_name: "prototype-test/dist-repo-use-branch_test7"
67-
upstream_dist_path: "test7"
67+
upstream_dist_path: "test/test7"
6868
test8:
6969
uses: ./.github/workflows/validation-proxy.yml
7070
needs: []
7171
secrets: inherit
7272
with:
7373
name: "test8"
7474
repo_name: "prototype-test/dist-repo-use-branch_test8"
75-
upstream_dist_path: "test8"
75+
upstream_dist_path: "test/test8"
7676
test9:
7777
uses: ./.github/workflows/validation-proxy.yml
7878
needs: []
7979
secrets: inherit
8080
with:
8181
name: "test9"
8282
repo_name: "prototype-test/dist-repo-use-branch_test9"
83-
upstream_dist_path: "test9"
83+
upstream_dist_path: "test/test9"
8484
test10:
8585
uses: ./.github/workflows/validation-proxy.yml
8686
needs: []
8787
secrets: inherit
8888
with:
8989
name: "test10"
9090
repo_name: "prototype-test/dist-repo-use-branch_test10"
91-
upstream_dist_path: "test10"
91+
upstream_dist_path: "test/test10"
9292
test11:
9393
uses: ./.github/workflows/validation-proxy.yml
9494
needs: []
9595
secrets: inherit
9696
with:
9797
name: "test11"
9898
repo_name: "prototype-test/dist-repo-use-branch_test11"
99-
upstream_dist_path: "test11"
99+
upstream_dist_path: "test/test11"

test/.github/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/test1/.github/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello test1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)