Skip to content

Commit

Permalink
fix: specify branch to push
Browse files Browse the repository at this point in the history
rexxars committed Dec 12, 2023
1 parent 5a1dd74 commit 06e5c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/autoTranslate.ts
Original file line number Diff line number Diff line change
@@ -223,7 +223,7 @@ export async function pushChanges(): Promise<void> {
}

// Push the "all changes" branch
await execGitCommand(['push', 'origin', 'fix/auto/translate', '--force'])
await execGitCommand(['push', 'origin', 'main:fix/auto/translate', '--force'])

// Now revert to the original HEAD
await execGitCommand(['reset', '--mixed', headSha])

0 comments on commit 06e5c3d

Please sign in to comment.