mirror of
https://github.com/lmika/postlist-for-micro.blog.git
synced 2025-07-01 16:59:03 +00:00
Fix remote command
This commit is contained in:
parent
e4e9fc9504
commit
971ecaff98
|
@ -22,6 +22,6 @@ jobs:
|
|||
chmod 700 $HOME/.ssh
|
||||
git config --global user.name 'Leon Mika'
|
||||
git config --global user.email 'lmika@lmika.org'
|
||||
git remote set-url downstream git@github.com:lmika/postlist-for-micro.blog.git
|
||||
git push downstream
|
||||
git remote add downstream git@github.com:lmika/postlist-for-micro.blog.git
|
||||
git push downstream HEAD
|
||||
git push downstream --tags
|
||||
|
|
Loading…
Reference in a new issue