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 0b462bb commit 102edf0Copy full SHA for 102edf0
lambdas/functions/control-plane/src/aws/runners.test.ts
@@ -67,7 +67,7 @@ const mockRunningInstancesJit: DescribeInstancesResult = {
67
{ Key: 'ghr:created_by', Value: 'scale-up-lambda' },
68
{ Key: 'ghr:Type', Value: 'Org' },
69
{ Key: 'ghr:Owner', Value: 'CoderToCat' },
70
- { Key: 'ghr:githubrunnerid', Value: '9876543210' },
+ { Key: 'ghr:github_runner_id', Value: '9876543210' },
71
],
72
},
73
0 commit comments