Skip to content

Commit fb9cc55

Browse files
authored
Update code-formatting.yml
1 parent 08fddf9 commit fb9cc55

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
@@ -18,7 +18,7 @@ jobs:
1818
set -x
1919
# We need to fetch the other commit.
2020
git fetch --depth=1 origin ${{ github.event.pull_request.base.ref }}
21-
git fetch --depth=1 origin pull/${{ github.event.pull_request.number }}/head:${{ github.event.pull_request.head.ref }}
21+
git fetch origin pull/${{ github.event.pull_request.number }}/head:${{ github.event.pull_request.head.ref }}
2222
2323
# We create a new branch which we will use for the eventual PR.
2424
git config --global user.email "alibuild@cern.ch"

0 commit comments

Comments
 (0)