Skip to content

Commit

Permalink
Apply Gert's fixes to option names
Browse files Browse the repository at this point in the history
Co-authored-by: Gert Hengeveld <[email protected]>
  • Loading branch information
tmeasday and ghengeveld authored Sep 12, 2023
1 parent d6786c5 commit 544464c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node-src/lib/getConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ const configurationSchema = z
debug: z.boolean(),
junitReport: z.union([z.string(), z.boolean()]),
autoAcceptChanges: z.union([z.string(), z.boolean()]),
exitZeroOnChanged: z.union([z.string(), z.boolean()]),
exitZeroOnChanges: z.union([z.string(), z.boolean()]),
exitOnceUploaded: z.union([z.string(), z.boolean()]),
ignoreLastBuildOneBranch: z.string(),
ignoreLastBuildOnBranch: z.string(),

buildScriptName: z.string(),
outputDir: z.string(),
Expand Down

0 comments on commit 544464c

Please sign in to comment.