Skip to content

Commit

Permalink
fix: Remove deprecated StateMachineProps#definition usage (#481)
Browse files Browse the repository at this point in the history
Fixes #441
kichik authored Nov 30, 2023
1 parent 27447ea commit 675b1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner.ts
Original file line number Diff line number Diff line change
@@ -445,7 +445,7 @@ export class GitHubRunners extends Construct implements ec2.IConnectable {
this,
'Runner Orchestrator',
{
definition: queueIdleReaperTask.next(runProviders),
definitionBody: stepfunctions.DefinitionBody.fromChainable(queueIdleReaperTask.next(runProviders)),
logs: logOptions,
},
);

0 comments on commit 675b1f2

Please sign in to comment.