-
Notifications
You must be signed in to change notification settings - Fork 19
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
Disable or configure verbose rsync #11
Labels
enhancement
New feature or request
Comments
Sounds reasonable. I can add the |
You need to update to version 0.6.1. |
jonahbeckford
added a commit
to diskuv/dkml-c-probe
that referenced
this issue
Jul 4, 2022
Use fix from cross-platform-actions/action#11
I tried v0.6.1 and it now only works if I have debug mode enabled:
I think it is because with an empty Lines 225 to 227 in 52ad2be
in Lines 235 to 242 in 52ad2be
you would get the second argument ( this.syncVerboseFlag ) as an empty string.
rsync will see the empty string and try to sync that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for your project!
I have a feature request. I would like to have rsync verbose mode (
-v
) turned off by default or by configuration.The verbose option is added here:
action/src/action/action.ts
Lines 221 to 240 in cad4964
With my project I have 16,000 verbose lines added at the beginning of the step. Here is an example (look at the "Test in VirtualBox" step:
https://github.com/diskuv/dkml-c-probe/actions/runs/2449053587
In the example you will see openbsd 6.9 disabled because the VirtualBox OpenBSD 6.9 image is missing some important syspatches. That problem is not part of this issue
The text was updated successfully, but these errors were encountered: