We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ca722 commit 13b05abCopy full SHA for 13b05ab
.github/workflows/build-release.yml
@@ -215,8 +215,9 @@ jobs:
215
else
216
RELEASE_FOLDER=phplist
217
fi
218
+ echo ${{ secrets.SF_HOSTKEY }} >> ~/.ssh/known_hosts
219
- sshpass -e sftp -o 'StrictHostKeyChecking no' -oBatchMode=no -b - ${{ secrets.SF_USERNAME }}@${{ secrets.SF_HOST }} << EOF
220
+ sshpass -e sftp -oBatchMode=no -b - ${{ secrets.SF_USERNAME }}@${{ secrets.SF_HOST }} << EOF
221
cd /home/frs/project/phplist/
222
ls -l
223
pwd
0 commit comments