Skip to content

Commit

Permalink
fix(workflow): correct typo in test-upgrade-legacy job
Browse files Browse the repository at this point in the history
- Change `ec:qho` to `echo` in the test-upgrade-legacy workflow
- Ensure proper end of group logging in the job
  • Loading branch information
CoMfUcIoS committed Sep 20, 2024
1 parent 801a41c commit 415672c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-upgrade-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
primary_host=$primary \
legacy_hosts=$compiler \
--stream
ec:qho ::endgroup::
echo ::endgroup::
- name: Check if compiler is converted
timeout-minutes: 120
run: |
Expand Down

0 comments on commit 415672c

Please sign in to comment.