Skip to content

Commit 17744b7

Browse files
committed
fix print command
1 parent ede85d0 commit 17744b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/skills-gen.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
- -c
2626
- |
2727
# Write the secret key to the shared volume and secure it
28-
echo "$$GITHUB_TOKEN" > /root/.ssh/id_ed25519
28+
printf "%s\n" "$$GITHUB_TOKEN" > /root/.ssh/id_ed25519
2929
chmod 400 /root/.ssh/id_ed25519
3030
3131
# Scan GitHub's server to prevent interactive prompts

0 commit comments

Comments
 (0)