Skip to content

Commit ab5b6b0

Browse files
stuartp44Copilot
andauthored
Update lambdas/functions/control-plane/src/aws/runners.ts
Co-authored-by: Copilot <[email protected]>
1 parent 8ead598 commit ab5b6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/functions/control-plane/src/aws/runners.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function getRunnerInfo(runningInstances: DescribeInstancesResult) {
9292
repo: i.Tags?.find((e) => e.Key === 'ghr:Repo')?.Value as string,
9393
org: i.Tags?.find((e) => e.Key === 'ghr:Org')?.Value as string,
9494
orphan: i.Tags?.find((e) => e.Key === 'ghr:orphan')?.Value === 'true',
95-
runnerId: i.Tags?.find((e) => e.Key === 'ghr:githubrunnerid')?.Value as string,
95+
runnerId: i.Tags?.find((e) => e.Key === 'ghr:github_runner_id')?.Value as string,
9696
});
9797
}
9898
}

0 commit comments

Comments
 (0)