Skip to content

Commit 696f094

Browse files
authored
Update code-formatting.yml
1 parent 84ec097 commit 696f094

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
@@ -65,7 +65,7 @@ jobs:
6565
git show | cat
6666
echo ${{ secrets.ALIBUILD_GITHUB_TOKEN }} | wc
6767
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
68+
git fetch --unshallow https://github.com/AliceO2Group/AliceO2.git pull/${{ github.event.pull_request.number }}/head
6969
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
7070
echo ::set-output name=clean::false
7171
fi

0 commit comments

Comments
 (0)