Skip to content

Commit d6f606b

Browse files
committed
don't add a progress report when printing to a file
1 parent 0387adb commit d6f606b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/detect-ci-trigger/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo "::group::fetch a sufficient number of commits"
66
git log -n 5 2>&1
77
if [[ "$event_name" == "pull_request" ]]; then
88
ref=$(git log -1 --format='%H')
9-
git -c protocol.version=2 fetch --deepen=2 --no-tags --prune --progress origin $ref 2>&1
9+
git -c protocol.version=2 fetch --deepen=2 --no-tags --prune origin $ref 2>&1
1010
git log FETCH_HEAD
1111
git checkout FETCH_HEAD
1212
else

0 commit comments

Comments
 (0)