Skip to content

Commit

Permalink
ci: fix upstream branch from main to master
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Nov 2, 2024
1 parent 3a43589 commit 283fbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/auto-pr.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
param(
# overwrite upstream param
[String]$upstream = "xrgzs/sdoog:main"
[String]$upstream = "xrgzs/sdoog:master"
)

if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }
Expand Down

0 comments on commit 283fbf3

Please sign in to comment.