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.
2 parents 4580de6 + 5730ed7 commit cd4f0b5Copy full SHA for cd4f0b5
.github/workflows/publish.yml
@@ -35,5 +35,5 @@ jobs:
35
mkdir -p ~/.ssh
36
echo "${{ secrets.WEBCONTAINERS_KEY }}" > ~/.ssh/WEBCONTAINERS_KEY
37
chmod 600 ~/.ssh/WEBCONTAINERS_KEY
38
- echo ${{ vars.KNOWN_HOSTS }} > ~/.ssh/known_hosts
+ echo "${{ vars.KNOWN_HOSTS }}" > ~/.ssh/known_hosts
39
rsync -v --rsh='ssh -i ~/.ssh/WEBCONTAINERS_KEY' --archive --delete-after $source $dest
0 commit comments