Skip to content

Commit

Permalink
use-current-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 26, 2024
1 parent 52b8db1 commit ef64f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/supersetbot/src/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ class Github {
if (!dryRun) {

// Push changes
await runShellCommand({ command: `git push origin ${branchName}`, ...shellOptions });
await runShellCommand({ command: `git push -f origin ${branchName}`, ...shellOptions });

// Create a PR
this.octokit.pulls.create({
Expand Down

0 comments on commit ef64f58

Please sign in to comment.