Fix remote command

This commit is contained in:
Leon Mika 2025-06-25 13:51:29 +02:00
parent e4e9fc9504
commit 971ecaff98

View file

@ -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