Skip to content

Commit c42a69e

Browse files
committed
quote it?
1 parent 13b05ab commit c42a69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
else
216216
RELEASE_FOLDER=phplist
217217
fi
218-
echo ${{ secrets.SF_HOSTKEY }} >> ~/.ssh/known_hosts
218+
echo "${{ secrets.SF_HOSTKEY }}" >> ~/.ssh/known_hosts
219219
220220
sshpass -e sftp -oBatchMode=no -b - ${{ secrets.SF_USERNAME }}@${{ secrets.SF_HOST }} << EOF
221221
cd /home/frs/project/phplist/

0 commit comments

Comments
 (0)