Skip to content

Commit 426d73c

Browse files
author
Andrew Omondi
committed
chore: fix repo name parameter on refactor
1 parent 8255fc9 commit 426d73c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/generation-templates/language-generation-kiota.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ steps:
117117
GhAppId: $(microsoft-graph-devx-bot-appid)
118118
GhAppKey: $(microsoft-graph-devx-bot-privatekey)
119119
OverrideSkipCI: $(overrideSkipCI)
120-
RepoName: ${{ parameters.repoName }}
120+
RepoName: 'microsoftgraph/${{ parameters.repoName}}' # the assumption is that repo in the microsoftgraph org
121121
ScriptsDirectory: $(scriptsDirectory)
122122
Version: ${{ parameters.version }}
123123
workingDirectory: ${{ parameters.repoName }}

.azure-pipelines/generation-templates/language-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ steps:
9595
GhAppId: $(microsoft-graph-devx-bot-appid)
9696
GhAppKey: $(microsoft-graph-devx-bot-privatekey)
9797
OverrideSkipCI: $(overrideSkipCI)
98-
RepoName: ${{ parameters.repoName }}
98+
RepoName: 'microsoftgraph/${{ parameters.repoName}}' # the assumption is that repo in the microsoftgraph org
9999
ScriptsDirectory: $(scriptsDirectory)
100100
Version: ${{ parameters.version }}
101101
workingDirectory: ${{ parameters.repoName }}

0 commit comments

Comments
 (0)