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 13b05ab commit c42a69eCopy full SHA for c42a69e
.github/workflows/build-release.yml
@@ -215,7 +215,7 @@ jobs:
215
else
216
RELEASE_FOLDER=phplist
217
fi
218
- echo ${{ secrets.SF_HOSTKEY }} >> ~/.ssh/known_hosts
+ echo "${{ secrets.SF_HOSTKEY }}" >> ~/.ssh/known_hosts
219
220
sshpass -e sftp -oBatchMode=no -b - ${{ secrets.SF_USERNAME }}@${{ secrets.SF_HOST }} << EOF
221
cd /home/frs/project/phplist/
0 commit comments