Skip to content

Commit

Permalink
WIP4
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Dec 9, 2024
1 parent ce46dcd commit 7eea19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ async function run() {
debug: maybe(debug),
diagnosticsFile: maybe(diagnosticsFile),
dryRun: maybe(dryRun),
exitOnceUploaded: maybe(exitOnceUploaded, false),
exitOnceUploaded: maybe(exitOnceUploaded),
exitZeroOnChanges: maybe(exitZeroOnChanges, true),
externals: maybe(externals),
fileHashing: maybe(fileHashing, true),
Expand Down

0 comments on commit 7eea19a

Please sign in to comment.