Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
volkerdoerr authored Oct 19, 2023
1 parent 3223208 commit ccad384
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
- uses: actions/checkout@v3
- run: sudo apt-get install sshpass
- run: echo ${{ env.SFTP_HOST }}
- run: cat << |
EOF
Hello
World
EOF
- run: sshpass -e sftp -oBatchMode=no -b - ${{ env.SFTP_HOST }} << !
quit
!
Expand Down

0 comments on commit ccad384

Please sign in to comment.