You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the v4 and show-progress option is applied only to "Fetching the repository" git fetch command,
but not the "Checking out the ref" git checkout command.
git checkout falsely still includes --progress flag:
##[group]Checking out the ref
[command]/usr/bin/git checkout --progress --force refs/remotes/pull/123/merge
The text was updated successfully, but these errors were encountered:
liias
changed the title
show-progress: false still adds --progress flag to git checkoutshow-progress: false should not add --progress flag to git checkout command
Oct 25, 2024
I'm using the v4 and
show-progress
option is applied only to "Fetching the repository"git fetch
command,but not the "Checking out the ref"
git checkout
command.git fetch
correctly omits--progress
flag:git checkout
falsely still includes--progress
flag:The text was updated successfully, but these errors were encountered: