File tree 5 files changed +8
-2
lines changed
5 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
application-id : D6uz-lhAGBYuTTc6Jj_w0Q-a
34
34
environment-id : I9tfo2dWd7WSigXcO91feA-e
35
+ # Intentionally trigger deprecation warning
36
+ uri : ' https://sandbox.mabl.com'
37
+ app-url : ' https://storage.googleapis.com/public-test-pages/uptime/canary.html'
35
38
browser-types : |
36
39
chrome
37
40
plan-labels : |
Original file line number Diff line number Diff line change 33
33
with :
34
34
application-id : D6uz-lhAGBYuTTc6Jj_w0Q-a
35
35
environment-id : I9tfo2dWd7WSigXcO91feA-e
36
+ # Intentionally trigger deprecation warning
36
37
uri : ' https://sandbox.mabl.com'
37
38
app-url : ' https://storage.googleapis.com/public-test-pages/uptime/canary.html'
38
39
browser-types : |
Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ export interface Application {
5
5
last_updated_time : number ;
6
6
last_updated_by_id : string ;
7
7
organization_id : string ;
8
+ workspace_id : string ;
8
9
name : string ;
9
10
}
Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ export interface Environment {
5
5
last_updated_time : number ;
6
6
last_updated_by_id : string ;
7
7
organization_id : string ;
8
+ workspace_id : string ;
8
9
name : string ;
9
- }
10
+ }
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ export async function run(enableFailureExitCodes = true): Promise<void> {
183
183
return ; // exit
184
184
}
185
185
186
- console . log ( 'here it is [%j]' , appOrEnv ) ;
186
+ const effectiveWorkspaceId = appOrEnv . workspace_id ?? appOrEnv . organization_id ;
187
187
188
188
const outputLink = `${ baseAppUrl } /workspaces/${ appOrEnv . organization_id } /events/${ deployment . id } ` ;
189
189
core . info ( `Deployment triggered. View output at: ${ outputLink } ` ) ;
You can’t perform that action at this time.
0 commit comments