Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Jan 28, 2025
1 parent f8b57f3 commit e0a6714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.SOURCEFORGE_SSH_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -t rsa slickstack.git.sourceforge.net >> ~/.ssh/known_hosts
ssh-keyscan -t rsa git.code.sf.net >> ~/.ssh/known_hosts
- name: Push to SourceForge
run: |
git remote add sourceforge ssh://jessuppi@slickstack.git.sourceforge.net/gitroot/slickstack/slickstack
git push sourceforge master
git remote add sourceforge ssh://jessuppi@git.code.sf.net/p/slickstack/code
git push sourceforge master --force

0 comments on commit e0a6714

Please # to comment.