Skip to content

Commit 415672c

Browse files
committed
fix(workflow): correct typo in test-upgrade-legacy job
- Change `ec:qho` to `echo` in the test-upgrade-legacy workflow - Ensure proper end of group logging in the job
1 parent 801a41c commit 415672c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-upgrade-legacy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
primary_host=$primary \
123123
legacy_hosts=$compiler \
124124
--stream
125-
ec:qho ::endgroup::
125+
echo ::endgroup::
126126
- name: Check if compiler is converted
127127
timeout-minutes: 120
128128
run: |

0 commit comments

Comments
 (0)