Skip to content

Commit 2624d9a

Browse files
authored
Update code-formatting.yml
1 parent 7ed9341 commit 2624d9a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/code-formatting.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
set -x
1919
# We need to fetch the other commit.
2020
git fetch --depth=1 origin ${{ github.event.pull_request_target.base.ref }}
21-
21+
git fetch --depth=1 origin pull/${{ github.event.pull_request_target.number }}/head:${{ github.event.pull_request_target.head.ref }}
22+
2223
# We create a new branch which we will use for the eventual PR.
2324
git config --global user.email "alibuild@cern.ch"
2425
git config --global user.name "ALICE Action Bot"

0 commit comments

Comments
 (0)