Skip to content

Commit

Permalink
Merge pull request #76 from git-for-windows/self-hosted-runners-speci…
Browse files Browse the repository at this point in the history
…fy-repo

self-hosted-arm64-runners: specify target repo
  • Loading branch information
dscho authored Apr 30, 2024
2 parents c176add + 6d17957 commit ab95304
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GitForWindowsHelper/self-hosted-arm64-runners.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ module.exports = async (context, req) => {
'git-for-windows-automation',
'create-azure-self-hosted-runners.yml',
'main', {
runner_scope: 'repo-level'
runner_scope: 'repo-level',
// 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.
runner_repo: repo
}
)

Expand Down

0 comments on commit ab95304

Please sign in to comment.