Skip to content

Commit b96bcb6

Browse files
committed
upload-snapshot: trigger the workflow run in the correct org
It is the `git-for-windows` org, not the `git` one in which the `git-for-windows-automation` workflows live and run... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c1385bb commit b96bcb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitForWindowsHelper/cascading-runs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ const handlePush = async (context, req) => {
413413
const answer = await triggerWorkflowDispatch(
414414
context,
415415
gitForWindowsAutomationToken,
416-
pushRepo,
416+
pushOwner,
417417
'git-for-windows-automation',
418418
'upload-snapshot.yml',
419419
'main', {

0 commit comments

Comments
 (0)