We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c176add + 6d17957 commit ab95304Copy full SHA for ab95304
1 file changed
GitForWindowsHelper/self-hosted-arm64-runners.js
@@ -47,7 +47,9 @@ module.exports = async (context, req) => {
47
'git-for-windows-automation',
48
'create-azure-self-hosted-runners.yml',
49
'main', {
50
- runner_scope: 'repo-level'
+ 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
53
}
54
)
55
0 commit comments