Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
tristiisch committed Oct 25, 2024
1 parent 0813982 commit b6c16a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
run: |
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
cat << $EOF > ${{ env.SSH_KEY_KNOWN_HOSTS }}
${{ env.CONTAINER_HOST_NAME}}:${{ env.CONTAINER_HOST_PORT }} ${{ steps.get_ssh_public_key.outputs.value }}
[${{ env.CONTAINER_HOST_NAME}}]:${{ env.CONTAINER_HOST_PORT }} ${{ steps.get_ssh_public_key.outputs.value }}
$EOF
chmod 644 ${{ env.SSH_KEY_KNOWN_HOSTS }}
echo "Known hosts is :"
Expand Down

0 comments on commit b6c16a0

Please sign in to comment.