We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0387adb commit d6f606bCopy full SHA for d6f606b
.github/actions/detect-ci-trigger/script.sh
@@ -6,7 +6,7 @@ echo "::group::fetch a sufficient number of commits"
6
git log -n 5 2>&1
7
if [[ "$event_name" == "pull_request" ]]; then
8
ref=$(git log -1 --format='%H')
9
- 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
10
git log FETCH_HEAD
11
git checkout FETCH_HEAD
12
else
0 commit comments