Skip to content

Commit

Permalink
fix: remove checkout main
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarowolfx committed Jun 3, 2024
1 parent 53661f9 commit b094d54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/submit-discovery-pr.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ async function submitDiscoveryPR() {
throw err;
}
}
await execa('git', ['checkout', 'main']);
}

submitDiscoveryPR();

0 comments on commit b094d54

Please sign in to comment.