mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fixed script ref (#13647)
This commit is contained in:
+1
-1
@@ -384,7 +384,7 @@ You can follow the release progress [here](https://github.com/coder/coder/action
|
||||
fi
|
||||
|
||||
# Push the branch so it's available for gh to create the PR.
|
||||
maybedryrun "${dry_run}" git push -u "{remote}" "${pr_branch}"
|
||||
maybedryrun "${dry_run}" git push -u "${remote}" "${pr_branch}"
|
||||
|
||||
log "Creating pull request..."
|
||||
maybedryrun "${dry_run}" gh pr create \
|
||||
|
||||
Reference in New Issue
Block a user