We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ead598 commit ab5b6b0Copy full SHA for ab5b6b0
lambdas/functions/control-plane/src/aws/runners.ts
@@ -92,7 +92,7 @@ function getRunnerInfo(runningInstances: DescribeInstancesResult) {
92
repo: i.Tags?.find((e) => e.Key === 'ghr:Repo')?.Value as string,
93
org: i.Tags?.find((e) => e.Key === 'ghr:Org')?.Value as string,
94
orphan: i.Tags?.find((e) => e.Key === 'ghr:orphan')?.Value === 'true',
95
- runnerId: i.Tags?.find((e) => e.Key === 'ghr:githubrunnerid')?.Value as string,
+ runnerId: i.Tags?.find((e) => e.Key === 'ghr:github_runner_id')?.Value as string,
96
});
97
}
98
0 commit comments