We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7868834 commit 8b6d699Copy full SHA for 8b6d699
1 file changed
.github/workflows/main.yml
@@ -22,7 +22,8 @@ jobs:
22
23
- name: Run Binary Encoder
24
run: |
25
- echo -e "Hello World!\n" | python binarypy.py
+ echo "encode\n"
26
+ echo "Hello World!" | python binarypy.py
27
28
29
0 commit comments