We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f8901 commit 031f2bbCopy full SHA for 031f2bb
.github/workflows/hil_build.yml
@@ -1,7 +1,7 @@
1
name: HIL Build
2
on:
3
workflow_run:
4
- workflows: ["OBC Build"]
+ workflows: [" OBC Build"]
5
types:
6
- completed
7
hil/hil_main.py
@@ -69,7 +69,7 @@ def main() -> int:
69
# Flashing (any failure aborts process)
70
send_bin(str(firmware_path), serial_dev)
71
72
- print("[1] Flashing Completed Successfully")
+ print("[2] Flashing Completed Successfully")
73
return EXIT_OK
74
75
0 commit comments