mirror of
https://github.com/nektos/act.git
synced 2026-04-27 01:45:52 +03:00
[GH-ISSUE #1821] Hide workflow and job names from output using flag #887
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#887
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lumunro on GitHub (May 25, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1821
Act version
0.2.45
Feature description
When running act it displays the workflow name and job name down the left hand side in the output. While this is great default behavior sometimes it would be good to not display this information (especially if you have long workflow and job names).
Would it be possible to hide this information from the output if you provide act with a flag?
Example: Hide the area in the red box
Thanks for your work on this awesome project!