1 parent b71fd81 commit 122d3c8Copy full SHA for 122d3c8
1 file changed
.github/workflows/code-formatting.yml
@@ -72,7 +72,7 @@ jobs:
72
echo "Opening a PR to your branch with the fixes"
73
git commit -m "Please consider the following formatting changes" -a
74
git show | cat
75
- git fetch --unshallow https://github.com/AliceO2Group/AliceO2.git pull/${{ github.event.pull_request.number }}/head
+ git fetch https://github.com/AliceO2Group/AliceO2.git pull/${{ github.event.pull_request.number }}/head
76
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
77
echo ::set-output name=clean::false
78
fi
0 commit comments