We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed9341 commit 2624d9aCopy full SHA for 2624d9a
1 file changed
.github/workflows/code-formatting.yml
@@ -18,7 +18,8 @@ jobs:
18
set -x
19
# We need to fetch the other commit.
20
git fetch --depth=1 origin ${{ github.event.pull_request_target.base.ref }}
21
-
+ git fetch --depth=1 origin pull/${{ github.event.pull_request_target.number }}/head:${{ github.event.pull_request_target.head.ref }}
22
+
23
# We create a new branch which we will use for the eventual PR.
24
git config --global user.email "alibuild@cern.ch"
25
git config --global user.name "ALICE Action Bot"
0 commit comments