Skip to content

Commit 0aaa0f1

Browse files
committed
Use printf for multi-line compatibility
1 parent 800d992 commit 0aaa0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ds-docs-deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# it's sensitive, but to make it easier to change without code revisions.
3737
SSH_HOST_PUBLIC_KEY: ${{ secrets.DESIGN_SYSTEM_PRODUCTION_SSH_PUBLIC_KEY }}
3838
run: |
39-
echo "$SSH_PRIVATE_KEY" > key.pem
39+
printf '%s' "$SSH_PRIVATE_KEY" > key.pem
4040
chmod 600 key.pem
4141
4242
# Write known_hosts with public key for strict key checking

0 commit comments

Comments
 (0)