Skip to content

Commit 122d3c8

Browse files
authored
Don't git fetch --unshallow, as we've already got a full clone (AliceO2Group#4603)
1 parent b71fd81 commit 122d3c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "Opening a PR to your branch with the fixes"
7373
git commit -m "Please consider the following formatting changes" -a
7474
git show | cat
75-
git fetch --unshallow https://github.com/AliceO2Group/AliceO2.git pull/${{ github.event.pull_request.number }}/head
75+
git fetch https://github.com/AliceO2Group/AliceO2.git pull/${{ github.event.pull_request.number }}/head
7676
git push --set-upstream https://alibuild:$ALIBUILD_GITHUB_TOKEN@github.com/alibuild/AliceO2.git HEAD:refs/heads/alibot-cleanup-${{ github.event.pull_request.number }} -f
7777
echo ::set-output name=clean::false
7878
fi

0 commit comments

Comments
 (0)