We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcde8dc commit 4eab7eaCopy full SHA for 4eab7ea
make_release/release-note/create-pr
@@ -97,7 +97,7 @@ by opening PRs against the `release-notes-($version)` branch.
97
98
log info "setting up nushell.github.io repo"
99
git clone https://github.com/nushell/nushell.github.io $repo --origin nushell --branch main --single-branch
100
- git -C $repo remote set-url nushell --push ssh://github.com/nushell/nushell.github.io
+ git -C $repo remote set-url nushell --push git@github.com:nushell/nushell.github.io.git
101
102
log info "creating release branch"
103
git -C $repo checkout -b $branch nushell/main
0 commit comments