We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a97cb commit da87d99Copy full SHA for da87d99
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 ' "${s:i:1}"
+ printf '%s\0' "${s:i:1}"
32
done
0 commit comments