-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for grouping echo commands would be fine #144
Comments
You get somewhat broken grouping by (The emoji prefix and the group command are part of the placeholder) jobs:
bash-example:
runs-on: ubuntu-latest
steps:
- name: Group of log lines
run: |
echo "##[group]My title"
echo "Inside group"
echo "##[endgroup]" The actions UI only understand the azure pipelines grouping syntax, the actions/runner translates both types of grouping commands to azure pipelines style while act don't. BTW: my suggestion will work with both this runner and actions runner. |
Yes by modifing the act submodules commandhandler and deleting the emoji prefix.
No, the act tool behind uncoditionally emits emoticon prefixes for parsed commands. |
Ah, thanks for your comments, I will try to dig into these submodules ;-) |
I wouldn't close this issue until it works like in actions/runner. I'm more focused to fix issues caused by protocol updates from GitHub #96. After this actually works this enhancement can be considered by me. |
The runner for arm64, amd64 and ppc64 are working really nice.
Could you add support for the grouping commands?
Reference Link in the documentation: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-lines
The text was updated successfully, but these errors were encountered: