File tree 6 files changed +28
-6
lines changed
6 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 25
25
uses : ./.github/workflows/build-reuse-darwin-framework.yml
26
26
with :
27
27
config : ' Release'
28
+ repo : ${{ github.repository }}
Original file line number Diff line number Diff line change 7
7
required : false
8
8
default : ' '
9
9
type : string
10
+ repo :
11
+ required : false
12
+ default : microsoft/msquic
13
+ type : string
10
14
config :
11
15
required : false
12
16
default : ' Release'
55
59
- name : Checkout repository
56
60
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
57
61
with :
58
- repository : microsoft/msquic
62
+ repository : ${{ inputs.repo}}
59
63
ref : ${{ inputs.ref }}
60
64
- name : Download Build Artifacts (x64)
61
65
uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
92
96
- name : Checkout repository
93
97
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
94
98
with :
95
- repository : microsoft/msquic
99
+ repository : ${{ inputs.repo}}
96
100
ref : ${{ inputs.ref }}
97
101
- name : Download Build Artifacts (x64)
98
102
uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
@@ -116,7 +120,7 @@ jobs:
116
120
- name : Checkout repository
117
121
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
118
122
with :
119
- repository : microsoft/msquic
123
+ repository : ${{ inputs.repo}}
120
124
ref : ${{ inputs.ref }}
121
125
- name : Download Build Artifacts (iOS x64)
122
126
uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
Original file line number Diff line number Diff line change 9
9
required : false
10
10
default : ' '
11
11
type : string
12
+ repo :
13
+ required : false
14
+ default : microsoft/msquic
15
+ type : string
12
16
config :
13
17
required : false
14
18
default : ' Release'
91
95
- name : Checkout repository
92
96
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
93
97
with :
94
- repository : microsoft/msquic
98
+ repository : ${{ inputs.repo}}
95
99
ref : ${{ inputs.ref }}
96
100
- name : Set ownership
97
101
if : inputs.plat == 'linux'
Original file line number Diff line number Diff line change 9
9
required : false
10
10
default : ' '
11
11
type : string
12
+ repo :
13
+ required : false
14
+ default : microsoft/msquic
15
+ type : string
12
16
config :
13
17
required : false
14
18
default : ' Release'
71
75
- name : Checkout repository
72
76
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
73
77
with :
74
- repository : microsoft/msquic
78
+ repository : ${{ inputs.repo}}
75
79
ref : ${{ inputs.ref }}
76
80
- name : Install Perl
77
81
uses : shogo82148/actions-setup-perl@98dfedee230bcf1ee68d5b021931fc8d63f2016e
Original file line number Diff line number Diff line change 9
9
required : false
10
10
default : ' '
11
11
type : string
12
+ repo :
13
+ required : false
14
+ default : microsoft/msquic
15
+ type : string
12
16
config :
13
17
required : false
14
18
default : ' Release'
60
64
- name : Checkout repository
61
65
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
62
66
with :
63
- repository : microsoft/msquic
67
+ repository : ${{ inputs.repo}}
64
68
ref : ${{ inputs.ref }}
65
69
- name : Prepare Machine
66
70
shell : pwsh
Original file line number Diff line number Diff line change 53
53
arch : ${{ matrix.arch }}
54
54
tls : ${{ matrix.tls }}
55
55
static : ${{ matrix.static }}
56
+ repo : ${{ github.repository }}
56
57
57
58
build-windows-kernel :
58
59
name : WinKernel
72
73
os : ${{ matrix.os }}
73
74
arch : ${{ matrix.arch }}
74
75
tls : ${{ matrix.tls }}
76
+ repo : ${{ github.repository }}
75
77
76
78
build-ubuntu-cross-compile :
77
79
name : UbuntuArm
93
95
arch : ${{ matrix.arch }}
94
96
tls : ${{ matrix.tls }}
95
97
static : ${{ matrix.static }}
98
+ repo : ${{ github.repository }}
96
99
97
100
build-ubuntu :
98
101
name : Ubuntu
@@ -177,6 +180,7 @@ jobs:
177
180
clang : ${{ matrix.clang }}
178
181
codecheck : ${{ matrix.codecheck }}
179
182
xdp : ${{ matrix.xdp }}
183
+ repo : ${{ github.repository }}
180
184
181
185
build-darwin :
182
186
name : MacOs
@@ -198,6 +202,7 @@ jobs:
198
202
arch : ${{ matrix.arch }}
199
203
tls : ${{ matrix.tls }}
200
204
static : ${{ matrix.static }}
205
+ repo : ${{ github.repository }}
201
206
202
207
build-nuget :
203
208
name : Build Nuget Package
You can’t perform that action at this time.
0 commit comments