Skip to content

Commit 8b6d699

Browse files
authored
Update main.yml
1 parent 7868834 commit 8b6d699

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222

2323
- name: Run Binary Encoder
2424
run: |
25-
echo -e "Hello World!\n" | python binarypy.py
25+
echo "encode\n"
26+
echo "Hello World!" | python binarypy.py
2627
2728
2829

0 commit comments

Comments
 (0)