mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:50:05 +08:00
fix(detach): fix detach url
This commit is contained in:
parent
c555aa156c
commit
057c0d5ed0
@ -206,7 +206,7 @@ main () {
|
|||||||
git config user.email "eric@wsdjeg.net"
|
git config user.email "eric@wsdjeg.net"
|
||||||
git config user.name "Eric Wong"
|
git config user.name "Eric Wong"
|
||||||
git commit -m "Auto Update based on https://github.com/SpaceVim/SpaceVim/commit/${GITHUB_SHA}"
|
git commit -m "Auto Update based on https://github.com/SpaceVim/SpaceVim/commit/${GITHUB_SHA}"
|
||||||
git remote add wsdjeg_sourcecounter https://SpaceVimBot:${BOTSECRET}@github.com/wsdjeg/cpicker.nvim.git
|
git remote add wsdjeg_sourcecounter https://SpaceVimBot:${BOTSECRET}@github.com/wsdjeg/SourceCounter.vim.git
|
||||||
git push wsdjeg_sourcecounter master
|
git push wsdjeg_sourcecounter master
|
||||||
cd -
|
cd -
|
||||||
rm -rf detach/$1
|
rm -rf detach/$1
|
||||||
|
Loading…
Reference in New Issue
Block a user