Skip to content

Commit

Permalink
copilot is VERY smart
Browse files Browse the repository at this point in the history
  • Loading branch information
29cmb committed Nov 29, 2024
1 parent 754560c commit 08126a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
SSH_PASSWORD: ${{ secrets.SSH_PASSWORD }}
run: |
sshpass -p $SSH_PASSWORD sftp -o StrictHostKeyChecking=no -P $SSH_PORT $SSH_USERNAME@$SSH_DOMAIN << EOF
get /path/to/server.properties server.properties
get server.properties server.properties
bye
EOF
Expand All @@ -51,6 +51,6 @@ jobs:
SSH_PASSWORD: ${{ secrets.SSH_PASSWORD }}
run: |
sshpass -p $SSH_PASSWORD sftp -o StrictHostKeyChecking=no -P $SSH_PORT $SSH_USERNAME@$SSH_DOMAIN << EOF
put server.properties /path/to/server.properties
put server.properties server.properties
bye
EOF

0 comments on commit 08126a2

Please sign in to comment.