Skip to content

Commit

Permalink
don't add a progress report when printing to a file [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Jan 13, 2021
1 parent 0387adb commit cc49e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/detect-ci-trigger/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "::group::fetch a sufficient number of commits"
git log -n 5 2>&1
if [[ "$event_name" == "pull_request" ]]; then
ref=$(git log -1 --format='%H')
git -c protocol.version=2 fetch --deepen=2 --no-tags --prune --progress origin $ref 2>&1
git -c protocol.version=2 fetch --deepen=2 --no-tags --prune origin $ref 2>&1
git log FETCH_HEAD
git checkout FETCH_HEAD
else
Expand Down

0 comments on commit cc49e63

Please sign in to comment.