Skip to content

Commit 1eb28d0

Browse files
authored
Merge branch 'leader' into fix-spotify-connect-button-persistence-5529974195545826471
2 parents b549b06 + a9c7625 commit 1eb28d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conflict-resolver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
HEAD_SHA: ${{ steps.commit_push.outputs.resolved_sha }}
123123
BASE_SHA: ${{ steps.validate_branches.outputs.base_sha }}
124124
run: |
125-
gh workflow run "Gemini Orchestrator" --ref "$SOURCE" -f pr_number="$PR_NUMBER" -f base_ref="$BASE_SHA" -f head_ref="$HEAD_SHA" -f base_branch="$TARGET"
125+
gh workflow run "pr-orchestrator.yml" --ref "$SOURCE" -f pr_number="$PR_NUMBER" -f base_ref="$BASE_SHA" -f head_ref="$HEAD_SHA" -f base_branch="$TARGET"
126126
127127
- name: Update comment on success
128128
if: steps.validate_branches.outputs.skipped != 'true' && success() && steps.resolve.outputs.unresolved-files == '' && env.PR_NUMBER && env.PR_NUMBER != '0'

0 commit comments

Comments
 (0)