1 parent 84ec097 commit 696f094Copy full SHA for 696f094
1 file changed
.github/workflows/code-formatting.yml
@@ -65,7 +65,7 @@ jobs:
65
git show | cat
66
echo ${{ secrets.ALIBUILD_GITHUB_TOKEN }} | wc
67
echo $ALIBUILD_GITHUB_TOKEN | wc
68
- git fetch --unshallow https://github.com/${{github.event.pull_request.user.login}}/AliceO2.git pull/${{ github.event.pull_request.number }}/head
+ git fetch --unshallow https://github.com/AliceO2Group/AliceO2.git pull/${{ github.event.pull_request.number }}/head
69
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
70
echo ::set-output name=clean::false
71
fi
0 commit comments