feat: log parsed commands and step summary#2761
Conversation
* Could be used to upload the GITHUB_STEP_SUMMARY by downstream Projects * You can see the summary and other commands * Access the raw line of most commands
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2761 +/- ##
==========================================
+ Coverage 74.65% 74.70% +0.05%
==========================================
Files 73 73
Lines 11139 11158 +19
==========================================
+ Hits 8316 8336 +20
- Misses 2186 2188 +2
+ Partials 637 634 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Anything needed to merge this? Anything I can do to support? |
|
A review from a maintainer is needed, but without feedback I have no idea what should be changed if anything. |
|
@cplee could you help us out here? |
|
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks. You may have to fix your CI before adding the pull request to the queue again. |
|
Unbelievable the first time ever became this error persisting reruns here. Maybe I need to port |
|
looking forward for a release |
|
@cplee when we can expect the next release including this feature? |
|
@qoomon cplee has fully automated this over a year ago, every 1st each month. Next 1st July. |
|
@ChristopherHX Works like a charm thank you. I've ever need to run steps in parallel now it's possible in an convenient way with my parallel-steps action thanks to this PR it's now fully functional. |
|
This is useful for me as well to customize command logging. e.g. to print While my self-hosted runner based on act could do much more than an action, as long this does not cause UI bugs on GitHub. e.g. Report 5 steps shown one after the other as running at the same time, while I would not know how the service will react. |
Refs nektos/act#2761 --- * feat: log parsed command data in json logger * Could be used to upload the GITHUB_STEP_SUMMARY by downstream Projects * You can see the summary and other commands * Access the raw line of most commands * Update step.go * Update step.go * Update push.yml * . --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit bb7db7b1c8a456d46907f3e65a6c4c2c1dcb6286) ``` Conflicts: act/runner/command.go act/runner/runner_test.go trivial context conflicts for both ``` <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> - features - [PR](https://code.forgejo.org/forgejo/runner/pulls/824): <!--number 824 --><!--line 0 --><!--description ZmVhdDogbG9nIHBhcnNlZCBjb21tYW5kcyBhbmQgc3RlcCBzdW1tYXJ5-->feat: log parsed commands and step summary<!--description--> <!--end release-notes-assistant--> Co-authored-by: ChristopherHX <christopher.homberger@web.de> Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/824 Reviewed-by: Gusted <gusted@noreply.code.forgejo.org>

No description provided.