Skip to content

Commit da87d99

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

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 ' "${s:i:1}"
31+
printf '%s\0' "${s:i:1}"
3232
done

0 commit comments

Comments
 (0)