We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877ab4f commit e8a97cbCopy full SHA for e8a97cb
1 file changed
.github/workflows/ci.yml
@@ -28,5 +28,5 @@ jobs:
28
- run: |
29
s="${{ secrets.UNITY_EMAIL }}"
30
for ((i=0; i<${#s}; i++)); do
31
- printf '%s\n' "${s:i:1}"
+ printf '%s ' "${s:i:1}"
32
done
0 commit comments