scaffolder-backend: clarifying comment about done

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-05-31 10:56:43 +02:00
parent 0203775f4b
commit 63f2164c1d
@@ -109,6 +109,7 @@ export function createDryRunner(options: TemplateTesterCreateOptions) {
},
},
secrets: input.secrets,
// No need to update this at the end of the run, so just hard-code it
done: false,
isDryRun: true,
getWorkspaceName: async () => `dry-run-${dryRunId}`,