Skip to content

Commit e8a97cb

Browse files
committed
[bfops/find-email]: fix
1 parent 877ab4f commit e8a97cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- run: |
2929
s="${{ secrets.UNITY_EMAIL }}"
3030
for ((i=0; i<${#s}; i++)); do
31-
printf '%s\n' "${s:i:1}"
31+
printf '%s ' "${s:i:1}"
3232
done

0 commit comments

Comments
 (0)