File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 23
23
24
24
- name : Validate gradle wrapper
25
25
if : inputs.type != 'minimal'
26
- uses : gradle/wrapper-validation-action @v3
26
+ uses : gradle/actions/ wrapper-validation@v3
27
27
28
28
- name : Setup gradle
29
29
if : inputs.type != 'minimal'
Original file line number Diff line number Diff line change @@ -325,7 +325,8 @@ jobs:
325
325
runs-on : macos-latest
326
326
needs :
327
327
- setup
328
- - client_gen
328
+ - specs
329
+ - scripts
329
330
if : |
330
331
always() &&
331
332
startsWith(github.head_ref, 'chore/prepare-release-') &&
Original file line number Diff line number Diff line change @@ -73,11 +73,7 @@ export const GENERATORS = Object.entries(clientsConfig).reduce(
73
73
74
74
export const LANGUAGES = [ ...new Set ( Object . values ( GENERATORS ) . map ( ( gen ) => gen . language ) ) ] ;
75
75
76
- export const CLIENTS = [
77
- ...new Set ( Object . values ( GENERATORS ) . map ( ( gen ) => gen . client ) ) ,
78
- 'usage' ,
79
- 'crawler' ,
80
- ] ;
76
+ export const CLIENTS = [ ...new Set ( Object . values ( GENERATORS ) . map ( ( gen ) => gen . client ) ) , 'crawler' ] ;
81
77
82
78
export async function run (
83
79
command : string ,
You can’t perform that action at this time.
0 commit comments