File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,10 @@ export class Slack {
229
229
style : {
230
230
code : true
231
231
}
232
+ } ,
233
+ {
234
+ type : 'text' ,
235
+ text : ` : ${ param . type } `
232
236
}
233
237
]
234
238
}
@@ -248,6 +252,7 @@ export class Slack {
248
252
}
249
253
]
250
254
} ,
255
+
251
256
{
252
257
type : 'rich_text_section' ,
253
258
elements : [
Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ export function validateInputAndSetConfig(): Config {
76
76
let headFile : object
77
77
if ( isLocal ) {
78
78
baseFile = JSON . parse (
79
- fs . readFileSync ( './.local/examples/openapi-base.json' ) . toString ( )
79
+ fs . readFileSync ( './.local/examples/openapi-base-aws .json' ) . toString ( )
80
80
)
81
81
headFile = JSON . parse (
82
- fs . readFileSync ( './.local/examples/openapi-head.json' ) . toString ( )
82
+ fs . readFileSync ( './.local/examples/openapi-head-aws .json' ) . toString ( )
83
83
)
84
84
} else {
85
85
// github env
You can’t perform that action at this time.
0 commit comments