Skip to content

Commit ab95304

Browse files
authored
Merge pull request #76 from git-for-windows/self-hosted-runners-specify-repo
self-hosted-arm64-runners: specify target repo
2 parents c176add + 6d17957 commit ab95304

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

GitForWindowsHelper/self-hosted-arm64-runners.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ module.exports = async (context, req) => {
4747
'git-for-windows-automation',
4848
'create-azure-self-hosted-runners.yml',
4949
'main', {
50-
runner_scope: 'repo-level'
50+
runner_scope: 'repo-level',
51+
// Repository that the runner will be deployed to. We want to ensure that the runner is deployed to the same repository that triggered the action.
52+
runner_repo: repo
5153
}
5254
)
5355

0 commit comments

Comments
 (0)